-
I have a question, now that I am using HPReorderTableView the swipe to show the Delete Button no longer works.
Is there a way to enable it again? I already tried below.
```
- (BOOL)tableView:(UITabl…
Sun3 updated
10 years ago
-
I raised this as a more generic iOS 8 question previously (#813) but I think it makes sense to reopen it as a specific issue.
I have found that MR 2.3 (and below) freezes up in iOS 8. Steps to replic…
-
I have a situation where I have a list of `Stores` and each `Store` has a `StoreLocation` which is just a lat/lon pair. For simplicity, just consider that each `Store` has a `lat` and a `lon` element.…
-
Using FCModel, is there a way to create a detached copy of an object? I would like to be able to do something like this:
``` objc
Person *joe = [Person new];
joe.name = @"Joe";
[joe save];
DetachedP…
-
- The group itself appears as member
- When a member leaves a group while the view is open, the cell does not disappear but gets replaced by a smaller cell with smaller default avatar and without name…
-
I have an SSCollectionView that's connected to an NSFetchedResultsController (http://pastebin.com/9HFBtnrZ) and it shows the user's favorite comics. When they remove something from favorites, this sho…
-
After logging out of WP.com (no self hosted) a call is being made to backfill Reader posts but the endpoint URL on the topics is nil. This is causing the app to crash. May be related to #1772
-
Hi, I want show my friend list on my table view.
I use NSFetchResultsController like this:
``` objc
- (NSFetchedResultsController *)rosterFetchedResultsController
{
NSManagedObjectContext *moc =…
-
I'm managing my tableview through a NSFetchedResultsController datasource, so whenever I delete an object I'd like to reflect the views in the table, but for some reason, while I can remove the classe…
-
http://crashes.to/s/a3080df1e62
This is fun:
Fatal Exception: NSInvalidArgumentException
**\* -[__NSArrayM insertObject:atIndex:]: object cannot be nil
In
```
NSArray *sections = [self.fetchedResu…