I just noticed now that I’ve updated my app to iOS 5, that when my tableview has fewer cells than fit the screen, it doesn’t scroll, but if I click a cell to go to detail view, and then pop back to the table, it scrolls fine. Also, if I initially have more cells than fit on the screen, it scrolls fine from the start.
Any ideas?
Take a look at the Nib for the VC. XCode 4.2 has made some changes to IB and the way tables are dealt with, so that’s probably where you issue lies.
Hope that helps.