Caching +imageForURL: Results
About a month ago I wrote about the recurring but ever-solvable problem of loading images in the background without losing performance while say, scrolling a table view. While I...
4 posts filed under this tag.
About a month ago I wrote about the recurring but ever-solvable problem of loading images in the background without losing performance while say, scrolling a table view. While I...
There is no shortage of common engineering problems that have been solved over and over again, or just once. In either case, if a Good(tm) solution is found, it gets reused wher...
It is very common practice that an object like a view controller is the delgate (and perhaps datasource) for another encapsulated or included object, such as a table view. This...
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...