摘要: 一:第三方插件 1:基于响应式编程思想的oc 地址:https://github.com/ReactiveCocoa/ReactiveCocoa 2:hud提示框 地址:https://github.com/jdg/MBProgressHUD 地址:https://github.com/SVProg 阅读全文
posted @ 2016-09-01 12:05 代码我的爱 阅读(772) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 //方法1 UIImage *imag1 = [UIImage imageNamed:@"image.png"]; //方法2 UIImage *image2 = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle 阅读全文
posted @ 2016-09-01 11:37 代码我的爱 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 解决自定义Tableviewcell显示错乱问题 要是要解决这个问题,就需要用到UITableviewCell的prepareForReuse方法 cell被重用如何提前知道? 重写cell的prepareForReuse 官方头文件中有说明.当前已经被分配的cell如果被重用了(通常是滚动出屏幕外 阅读全文
posted @ 2016-09-01 11:35 代码我的爱 阅读(427) 评论(0) 推荐(0) 编辑