I have a Core Data model similar to this: Company Entity companyName attribute (string) To-Many relationship to Employee entities.
I\'m currently using RestKit and CoreData to pull down a collection of \'Towns\' from a RESTful web 开发者_开发百科service.However, I have noticed that if a particular town is removed on the web servi
I\'m using three different NSFetchedResultsController to fetch data records from my sqlite database. One of them is giving me a hard time, when tested on a device (iOS 3.1.3). Running it in the simula
I have an int32 attribute in a Core Data database. I use this int as an enum bit field. Is it possible to create a NSPredicate to query items based on the binary
I have a strange problem here and I want to know, if its related to the lazy loading function. I do a fetch on my categories. Imagine they have subcategories and these have subsubcategories also. the
i cant read my data from my database. I have an app with a tabbarcontroller. in the first tab the iphone camera takes a picture from a barcode and send the result to another view (CameraReturnDetailVi
I want to make sequential filters using NSFetchedResultsController. The goal is to display the more relevant results first.
This is on iOS. I have a Core Database with about 350 000 objects. The objects (Product) have two properties: \"Barcode\" and \"Designation\". The user can search for an object by searching for the \
In my first attempt at using NSExpression in a fetch request, I’m getting a result that is consistently one off from 开发者_开发技巧what I get if I use a regular fetch request.
I\'ve got some Core Data code that follows Apple\'s sample code precisely (the Fetching Attribute Values that Satisfy a Given Function example). I\'m using it to get the max value of a field, so I can