2011-09-28 64 views

回答

4

使用此:

NSIndexPath *topIndexPath; 
topIndexPath = [NSIndexPath indexPathForRow:0 inSection:0]; 
[tableView scrollToRowAtIndexPath:topIndexPath atScrollPosition:UITableViewScrollPositionTop animated:NO]; 
+0

感谢ü非常 –

相关问题