【发布时间】:2011-07-15 00:46:35
【问题描述】:
我知道我们可以使用以下方法在常规 UITableViewController 中滚动到 UITableView 的底部:
- (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated
可以通过计算对象数组中有多少对象来找到 indexPath。但是,在three20..我们如何做同样的事情,因为我们没有在表中的对象数组?
【问题讨论】:
标签: iphone objective-c ipad three20