I\'ve read multiple posts on this but it\'s not working properly for me. I\'m using the latest 4.2 SDK.
The code I have is
self.tableView.contentOffset =
For others still looking for an updated solution, you can check out my answer over here.
Basically you need to update the contentOffset the first time viewDidLayoutSubviews is called.
contentOffset
viewDidLayoutSubviews