I am using Apple’s page control sample and showing three different types of views.
The scrolling is very slow on the device because I am using a UITableView and 5-7 labels on my view. Everything is updating from a database. How do I increase the performance of my scrolling behavior?
Fast Scrolling in Tweetie with UITableView