iOS开发
文章平均质量分 60
Vanilla_Chi
这个作者很懒,什么都没留下…
展开
-
Performance Optimization of UITableView
Performance Optimization of UITableViewUITableView核心的优化在UITableViewCell上,从UITableView最主要的两个回调方法来分析UITableView的性能优化。tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath) ->原创 2016-11-03 09:54:18 · 280 阅读 · 0 评论 -
两个小Points
* dismissModalViewControllerAnimated * dismiss 顺序问题: A present B , B present C. B 作为主体调用dismiss方法时,首先找自己作为presenter present出来的视图,将其dismiss掉。/*The next two methods are replacements for presentModalV原创 2016-11-03 10:29:24 · 282 阅读 · 0 评论