2012年2月15日
摘要: 如何让UITableViewCell滚动到视图顶端。答案如下:- (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated;- (void)scrollToNearestSelectedRowAtScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated;这两个方法都可以用,第.. 阅读全文
posted @ 2012-02-15 12:00 wtq 阅读(9026) 评论(0) 推荐(0) 编辑