-
My application uses many entities. The primary table is not a good place to put the iCloud switch. It uses a split view on the iPad with a search box. I tried to put a view in the table with the iClou…
-
When an NSFetchedResultsController updates after a `_managedObjectContextDidChange` caused by a finished `NWSCall`, the app crashes. Strangely enough, this only happens _after_ the first app launch. D…
-
Hi Alan,
Thanks for the great code!
I've been trying to implement AQGridView against an NSFetchedResultsController for about an hour now without much luck. It seems that `numberOfItemsInGridView:` i…
-
Since I’m using the new master branch (also the with the current develop branch), I’m experiencing two problems with to-many relationships. These problems did not occur when I was using the older Simp…
prvnl updated
10 years ago
-
I was wondering if there is proposed support for using string predicates such as:
```
NSPredicate *predicate = [NSPredicate predicateWithFormat:@"name.length > 0"];
```
Or what I can do to make this…
-
After #852 happened, the app crashes on launch every time
> CoreData could not fulfill a fault for '0x113a5560 x-coredata://70A8F3F2-020E-4172-9687-557D46C375A8/ReaderPost/p25'
It seems the reader's…
koke updated
10 years ago
-
Both of these methods return the error 'An instance of `NSFetchedResultsController` requires a fetch request with sort descriptors' because they do not specify a `NSSortDescriptor` for the `NSFetchReq…
-
Hi Robbie,
Do you can provide a working example of NSFetchedResultsController with XMPPFramework which update a TableView's roster list? (add/romove user list)
With Regards,
Sérgio Vieira
-
When using a fetched results controller, having the sections of a table view to be the initial letters of an attribute in upper case is a bit tedious. The grouping by the initial letter can be accompl…
-
Hi,
My app out of the sudden gets this error then crashes, i simply didn't do anything as far as i know, i didn't touched the database related code.
+[NSManagedObjectContext defaultContext]: unrecogn…