在[super viewDidLoad]之后滚动到Section / Row

时间:2011-05-09 16:04:01

标签: iphone objective-c

我需要在viewDidLoad之后滚动到UITableView的位置...例如 滚动到第2行第4行。

我怎么能这样做?

由于

1 个答案:

答案 0 :(得分:2)

您是否尝试过UITableView - (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated