Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged core

0 votes
477 views
1 answer
    I need a way to detect if the iPhone is in Airplane Mode or not, I did some research and found: iphone how to ... that I can do my job? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
436 views
1 answer
    I am working on a drawing app, where user can draw/write with his finger or stylus. For this I have ... understanding where I am going wrong. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a Parent entity which has to-many Child. If I order the Parent fetch with a property (e.g. name), ... it each time I add a child? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
388 views
1 answer
    I'm trying to fetch from Core Data records that have a startTime between two dates. Here's my code: NSDate * ... see where I'm going wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
964 views
1 answer
    I am getting an EXC-BAD-ACCESS error on this statement: var thisPredicate = NSPredicate(format: "(sectionNumber = ... Why is this happening? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
419 views
1 answer
    I google how below code loads the resource Abc.class.getClassLoader().getResourceAsStream("abc.txt") and find ... to specify the package path See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
430 views
1 answer
    I had a core data EntityDescription and I created data in it. Then, I changed the EntityDescription, added new ... "_NSAutoVacuumLevel" = 2; }; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
579 views
1 answer
    I have been looking thru the documentation and some other posts in this site, but I simply cannot understand ... apreciated. Thank you. -Oscar See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
875 views
1 answer
    I have a simple example that seems like it should work: import CoreData @objc protocol CoreDataModel { @optional class ... T return object } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
510 views
1 answer
    I've began to try use Core data with swift 3 and Xcode 8 beta. When I try to generate NSManagedObject ... meaning of this new file? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
434 views
1 answer
    I understand the difference between monitoring and ranging, and I understand the limitation of iOS in that beacon ... add that too. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    I want to change the order of the rows in a list that retrieves objects from the core data. Moving rows works, but ... ) } } Thank you for help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    Is it possible to search for all iBeacons which are nearby? I know it's possible to search iBeacons by UUID. ... to find all iBeacons nearby. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
802 views
1 answer
    Short: I don't know how to extract the CMRecordedAccelerometerData from the CMSensorDataList after getting one from ... (self) } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
324 views
1 answer
    I have a UITableView that uses an NSFetchedResultsController as data source. The core data store is updated in multiple ... any help or ideas! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
802 views
1 answer
    I am trying to use NSPredicate in Swift to query Core Data but it throws an EXC_BAD_ACCESS(Code=1, address=0x1) error ... } } return "ERROR" } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
365 views
1 answer
    I'm having trouble dealing with object IDs in CoreData. I'm using MagicalRecord for convenience and have 3 contexts: a ... data: <fault>)" )} See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
675 views
1 answer
    I need to chain animations, CABasicAnimation or CAAnimationGroup but I don't know how to do it, the only that I ... mistakes in my grammar :D See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    I am using CorePlot 0.3, everything was ok until I upgraded XCode to 4.4 (2 days ago), CorePlot failed to ... please help me, thanks in advance. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
709 views
1 answer
    Any advice on implementing calculated attributes when using Core Data in Swift? with the generated ManagedObject class, I ... return ddtmp! } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
485 views
1 answer
    On login failure, I'd prefer to avoid showing an alert, it's too fleeting. Showing the alert and then ... for another effect I could use? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
782 views
1 answer
    Which one is faster in Java and why? Math.max(a,b) (a>b)?a:b (This was asked in an interview.) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
430 views
1 answer
    Is it possible to work with my CoreData model in the today extension in swift like in the original app? If yes, how ... yes, how can I do that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
328 views
1 answer
    I thought this would be covered already, but my search returned nothing of relevance. I am aware that there is ... options for storage in iOS. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
431 views
1 answer
    I am attemting to transition from one UIView to another, when the user rotates the device. This, in of itself, ... rotated view, etc. Thoughts? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
710 views
1 answer
    I want to store an enum state for a managed object within CoreData enum ObjStatus: Int16 { case State1 = 0 ... between an Int16 and an enum? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
447 views
1 answer
    I am currently trying to get my app to monitor particular regions using CoreLocation however I am finding that ... something wrong. Thanks Aaron See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    I have an NSManagedObject that has been deleted, and the context containing that managed object has been ... :withObject:waitUntilDone:.) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...