2011-09-28 2 views

답변

4

사용이 :

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

아주 많이 U 감사 –

관련 문제