-
Hello,
When trying to populate a SSCollectionView via NSFetchedResultsControllerDelegate methods, grid items don't appear during initial insertItemsAtIndexPaths between beginUpdates/endUpdates. Items…
-
Hi
Am quite new XMPPFramework and am porting an existing app from using old version of XMPP that had a XMPPStreamFacebook stream to the new framework which just has XMPPStream and initWithFacebookApp…
-
Hi Tim,
I've come up against some more problems in a situation which would be common for users of your class. Can I ask you to take a look at the scenario, and see if you can identify a work around? …
-
I've integrated the KKGridView into my project, but I'm having a problem with extra cells being added to the grid view, then abandoned as subviews. This _isn't_ apparent in the example project because…
-
This is probably going to require subclassing the NSFetchedResultsController and overriding the `sectionIndexTitles`
property. Search the iOS documentation for examples on how to handle this.
-
I wondered if you've considered the potential for Nimbus integration with [RestKit](https://github.com/RestKit/RestKit)? I know @blakewatters and the folks at TwoToasters have put a great deal of Thr…
-
Break in JSBaseCoreDataTableViewController.m, line 85
```
2012-03-29 15:18:51.257 BaseiOSViewControllers-DemoProject[5227:b603] *** Terminating app due to uncaught exception 'NSObjectInaccessibleExce…
-
Currently the NSFetchedResultsController methods (i.e. "fetchAllSortedBy") call performFetch before returning. However, this means you can't actually set a delegate (the arguably most common use case)…
-
While I'm asking....
I was just curious if anyone has written a transform that once a thumbnail in a carousel is taped which takes that selected item and simulates a zoom out to a larger picture to b…
-
I found a way to crash the application when on the Add Category/Mode page. To reproduce get to the Create WOD Page, then press 'Add Exercise', then press 'Back', then press the 'Add Exercise' page...…