第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卡顿的主要内容,如果未能解决你的问题,请参考以下文章

Linux 第30天: (08月5日) 练习和作业

第43月第10天 uiimage写文件

检查日期是不是存在(第 30 天/第 31 天)[重复]

SQL server如何获取给定月的倒数数第二天

C语言输入年月日,判断第几天的问题最后计算是第几天出错了

第9月第3天 uilabel contentscale