tags:

views:

26

answers:

1

What resources do folks use for UITableView related stuff? Apple's Docs seem sufficient , but am sure everyone has a UITableView reference that they use when implementing table views.

+2  A: 

http://stackoverflow.com.

Other than that, I just have a template with all the delegate/datasource functions implemented and it makes any occasional out-of-brane errors better.

corprew