Fast UITableView Scrolling with Network Image Load
This is an old and common thing to do in an iOS app. Doing it well -- or at all -- it turns out, is pretty easy, but perhaps not obvious. The Problem You have a table view with...
4 posts filed under this tag.
This is an old and common thing to do in an iOS app. Doing it well -- or at all -- it turns out, is pretty easy, but perhaps not obvious. The Problem You have a table view with...
For the newcomer to iOS development, "animation" may seem like a daunting proposition. That's how I felt when I wanted to animate a game board 90 degrees in my very first app. H...
In my last post, Something Old or Something New? , I talked about my own mental process for choosing what to do next that would be meaningful, i.e. worth doing and doing well, a...
Despite what Apple's Human Interface Guidelines may say, sometimes you want to prevent your user from doing anything until some long-running task (like a network API call or a l...