UITableView加载高度

时间:2010-04-16 12:50:47

标签: iphone uitableview

有没有办法加载在第二或第三部分(而不是顶部)打开的表格视图?

1 个答案:

答案 0 :(得分:1)

如果您知道Section的IndexPath,则可以使用以下UITableView方法:

scrollToRowAtIndexPath:atScrollPosition:animated:

查看文档: http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/instm/UITableView/scrollToRowAtIndexPath:atScrollPosition:animated