One of the most common Views used in iOS apps is the UITableView. In the default iPhone apps alone, the only ones that I didn’t easily find what is PROBABLY a UITableView was in Newsstand, Videos, Camera, and the Calculator. Even then, the first two of those appear to use UITableView’s close cousin UICollectionView. With the exception of the Settings app itself, I wasn’t even counting their settings pages (which probably all of them have, and show up as a UITableView either in their own app or via the Settings app).
You probably want to know how to use such an important view? There is too much to go into all of it today, but let’s start out with how to get one working and fill it with data.
[Read more…]