关于大图在cell.imageview的显示问题,利用context或者runloop方式优化;detailVC有三种方式,方便对比,也可以利用instruments监测
深入理解RunLoop
http://www.cocoachina.com/ios/20150601/11970.html
github上关于runloop使用场景的示例
https://github.com/diwu/RunLoopWorkDistribution
RunLoop学习笔记(AFNetWorking-NSURLConnection利用runloop监测接口回调示例)
http://www.aizhuanji.com/a/oWnoAAmx.html
简单监测iOS卡顿的demo(利用runloop监测)
http://www.jianshu.com/p/71cfbcb15842
关于dispatch_semaphore(结合上文简书demo)
http://blog.csdn.net/meegomeego/article/details/45192579