Created
May 2, 2016 05:33
-
-
Save mamaz/56d4459424211ecaa5c03d79c453ef5b to your computer and use it in GitHub Desktop.
Load more WhatsApp like
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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