第3月30天 UIImage imageWithContentsOfFile卡顿
Posted lianhuaren
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第3月30天 UIImage imageWithContentsOfFile卡顿相关的知识,希望对你有一定的参考价值。
1.
UIImage imageWithContentsOfFile卡顿
[[UIImage alloc] initWithContentsOfFile 卡顿
2.uitableview scroll to top
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:0];
[_commentsTab scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionNone animated:NO];
修改为
[mainTableView setContentOffset:CGPointZero animated:YES];
http://stackoverflow.com/questions/724892/uitableview-scroll-to-the-top
以上是关于第3月30天 UIImage imageWithContentsOfFile卡顿的主要内容,如果未能解决你的问题,请参考以下文章