开发者

Scroll to Section/Row after [super viewDidLoad]

I need to scroll to a position of a UITableView after the viewDidLoad...for example scroll to section 2 row 4.

How I can do that开发者_如何转开发?

Thanks


Have you tried UITableView's -(void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜