Yeah, the title’s derivative. It’s Sunday night, I’m tired, and I don’t get dessert ’til I finish this post. Sue me. Working on another app in my free time. Primarily iOS clients to start, but it requires a Rails back-end, which will likely end up a proper web app, given time. The issue du jour,… Continue reading That Syncing Feeling
Tag: Coding
Just one NSFetchedResultsController, thanks.
I try not to optimize before profiling, and most times I succeed. This was not one of those times. I’m at the point in this app where the basics are in place, and now it’s time to add the more complicated bits. I know where I want the app to end up, functionality-wise, so I… Continue reading Just one NSFetchedResultsController, thanks.
Manually Reordering Rows across Multiple Sections of an NSFetchedResultsController-backed UITableView
That title is a mouthful…sheesh. But along with the tags on this post, I’m hoping to do some simple SEO and help other devs avoid the headache I just slogged through. If you’re an iOS coder the title pretty much explains this post. NSFetchedResultsController generally makes getting data into a UITableView a snap. So when I… Continue reading Manually Reordering Rows across Multiple Sections of an NSFetchedResultsController-backed UITableView