IOS Scroll UITableView to the top

//Move to the top of UITableView
NSIndexPath *i = [NSIndexPath indexPathForRow:0 inSection:0];
[namesTableView scrollToRowAtIndexPath:i atScrollPosition:UITableViewScrollPositionNone animated:YES];

Comments

Popular posts from this blog

Java : Variables Declaring

Install DNF in RHEL/CentOS 7

SQL Self JOIN