标签: iphone objective-c
我需要在viewDidLoad之后滚动到UITableView的位置...例如 滚动到第2行第4行。
我怎么能这样做?
由于
答案 0 :(得分:2)
您是否尝试过UITableView - (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated