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 =
self.tableView.contentOffset = CGPointMake(0.0, 44.0);
The above code does in fact work but it needs to run after the UITableView has finished creating all of its cells. I guess thats another question though.