摘要:
@property (nonatomic,strong) NSArray *imageData;//定义一个数组 //懒加载数据 -(NSArray *)imageDate { if(_imageDate==nil) { NSBundle *bundle=[NSBundle mainBundle];//mainBundle可以获取手机的任何资源 NSString *path=[b... 阅读全文
posted @ 2017-08-18 18:01
qrcode
阅读(177)
评论(0)
推荐(0)