Skip to content

Commit

Permalink
Removed automatic scroll to top on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackh committed Aug 10, 2013
1 parent ca9de4f commit c149d9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hacker News/MAMViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ - (IBAction)refresh:(id)sender

_items = results;
[weakSelf.tableView reloadData];
[weakSelf.tableView setContentOffset:CGPointZero animated:YES];
if ([sender isKindOfClass:[UIRefreshControl class]])
{
UIRefreshControl *refreshControl = sender;
Expand Down

0 comments on commit c149d9b

Please sign in to comment.