mirror of
https://github.com/samsonjs/5by5Browser.git
synced 2026-04-27 15:07:39 +00:00
scroll shows to the top when a new show is selected
This commit is contained in:
parent
e60ad6cb30
commit
c7df2b8aa8
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
|
@ -42,6 +42,7 @@
|
||||||
- (void) configureView
|
- (void) configureView
|
||||||
{
|
{
|
||||||
self.title = self.show.name;
|
self.title = self.show.name;
|
||||||
|
[self.tableView scrollToRowAtIndexPath: [NSIndexPath indexPathForRow: 0 inSection: 0] atScrollPosition: UITableViewScrollPositionTop animated: NO];
|
||||||
[self.tableView reloadData];
|
[self.tableView reloadData];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue