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 =
I also have the same problem like yours. The following code solved my problem.Please add the code in you viewDidLoad() :
self.edgesForExtendedLayout = UIRectEdgeNone;
N:B: I used autoLayout in my project.