iPhone
[objc] UITableView, 특정셀로 스크롤 시키기
tenn
2014. 1. 8. 15:58
NSIndexPath* ip = [NSIndexPath indexPathForRow:indexPath.row inSection:indexPath.section];
[tableView scrollToRowAtIndexPath:ip atScrollPosition:UITableViewScrollPositionTop animated:YES];
http://stackoverflow.com/questions/2156614/how-to-start-uitableview-on-the-last-cell