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

AWS Lambda – Function in Go

Install DNF in RHEL/CentOS 7

AWS Lambda – Function in Java