标签: iphone uitableview
有没有办法加载在第二或第三部分(而不是顶部)打开的表格视图?
答案 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: