This morning I just installed new Xcode which includes iOS 6.
I have a table view loaded with a plist file containing chapters and lines. Chapters define the section
One more possible workaround is to call layoutIfNeeded before calling scrollToRowAtIndexPath.
layoutIfNeeded
scrollToRowAtIndexPath
[self.view layoutIfNeeded]; [self.tableView scrollToRowAtIndexPath...];