scroll shows to the top when a new show is selected

This commit is contained in:
Sami Samhuri 2012-03-24 11:04:04 -07:00
parent e60ad6cb30
commit c7df2b8aa8
2 changed files with 1 additions and 0 deletions

View file

@ -42,6 +42,7 @@
- (void) configureView
{
self.title = self.show.name;
[self.tableView scrollToRowAtIndexPath: [NSIndexPath indexPathForRow: 0 inSection: 0] atScrollPosition: UITableViewScrollPositionTop animated: NO];
[self.tableView reloadData];
}