摘要: 1.NSRunlooop 基础知识 a.运行循环,b.跑圈。2.NSRunlooop 作用a 保持程序的持续运行(ios程序为什么能一直活着不会死) b 处理app中的各种事件(比如触摸事件、定时器事件【NSTimer】、selector事件【选择器·performSelector···】)c 节省... 阅读全文
posted @ 2015-12-25 18:48 咆哮的签字笔 阅读(179) 评论(2) 推荐(2) 编辑
摘要: ###4.第三方框架(1)SDWebImage基本使用```objc 01 设置imageView的图片 [cell.imageView sd_setImageWithURL:[NSURL URLWithString:app.icon] placeholderImage:[UIImage ima... 阅读全文
posted @ 2015-12-25 18:35 咆哮的签字笔 阅读(439) 评论(0) 推荐(1) 编辑