06 2017 档案

摘要:自定义布局 UICollectionView——>可以想象成TableViewController //创建CollectionView对象,传布局参数 UICollectionView *collectionView = [[UICollectionView alloc] initWithFram 阅读全文
posted @ 2017-06-29 12:37 laugh 阅读(125) 评论(0) 推荐(0)
摘要:缓存处理 SDImageCache 拿出图片缓存的大小:[SDImageCache sharedImageCache].getSize; “%@“,NSTemporaryDirectory()这个方法直接获取沙盒地址; 🌹🌟自己写获取文件缓存大小: 1方法1; 1.文件对象:NSFileMana 阅读全文
posted @ 2017-06-28 16:40 laugh 阅读(1560) 评论(0) 推荐(0)
摘要:简介 阅读全文
posted @ 2017-06-08 14:37 laugh 阅读(118) 评论(0) 推荐(0)
摘要:// // ViewController.m // 06-UIDynamic #import "ViewController.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UIView *blueView; /** 物理仿真器 */ @property (nonatomic, strong) U... 阅读全文
posted @ 2017-06-08 14:35 laugh 阅读(176) 评论(0) 推荐(0)