-
Hi, I have started using SDWebImage yesterday and it's great!
But... I have problem using SDWebImage with NSFetchedResultsController:/ I believe problem is happen when Cell is reused (what happens w…
ghost updated
10 years ago
-
Create a subclass of UITableViewController to handle Core Data delegation, i.e:
- numberOfSectionsInTableView
{
[[return fetchedResultsController sections] count];
}
- cellForRowAtIndex
{
…
-
Problems when using SortDescriptors for more then ascending and descending sorting:
```
NSFetchRequest * request = [[NSFetchRequest alloc] init];
NSEntityDescription* descr = [NSEntityDescription ent…
-
In commit 9c550f4a1625e844313def5c2e1e5ca84817e16d the behavior of the save to persistent store method is changed which results in unexpected side effects.
**Setup**
The managed object context hiera…
-
I've been having an issue where the empty set view is never shown when the app opens and there is no data in my FetchedResultsController. The view shows correctly if I open the app, inject some data i…
-
The fetch request seems to be ok, and the rest of the viewcontroller is a stanfard tableview with nsfetched methods throughout
Can anyone give me a hand implementing this properly? It just crashes af…
-
Hi,
First of all thanks a lot for this awesome framework. It saves a lot of effort.
Previously i used the JSMessageViewController, I modified the TableView Methods and
```
- (JSBubbleMessage…
-
> Core Data. A really **easy** to use
Based on my own experience, [other's experiences](https://github.com/tumblr/CoreDataExample) and questions asked on Stack Overflow I don't think **easy** is the …
-
When app go to background after some time its disconnect how we prevent this.
thanks in Adv
mahendra
-
Hi,
sometimes when I try to access user.primaryResource.presence, where user is an `XMPPUserCoreDataStorageObject` instance. I get the following exception:
CoreData could not fulfill a fault for `'…