That Syncing Feeling

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

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