Skip to content

Instantly share code, notes, and snippets.

@mamaz
Created May 2, 2016 05:33
Show Gist options
  • Save mamaz/56d4459424211ecaa5c03d79c453ef5b to your computer and use it in GitHub Desktop.
Save mamaz/56d4459424211ecaa5c03d79c453ef5b to your computer and use it in GitHub Desktop.
Load more WhatsApp like
[self.TableView reloadData];
[self.TableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:someRow inSection:someSection] atScrollPosition:UITableViewScrollPositionTop animated:NO];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment