[table reloadData];
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:[table numberOfRowsInSection:0] - 1 inSection:0];
[table scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionBottom animated:NO];
'프로그래밍 > iOS' 카테고리의 다른 글
objective c 수학함수 (0) | 2012.04.28 |
---|---|
iPhone UITableView with animated expanding cells tutorial (0) | 2012.04.26 |
TableView에서 긴글을 표시할때 Row 높이를 다이나믹하게 조정하기 (0) | 2012.04.26 |
Custom segmented controls (0) | 2012.04.25 |
Cropping Images using Graphic Contexts (0) | 2012.04.25 |