摘要: Model cell@interface ImageCell : UICollectionViewCell@property (nonatomic, copy) NSString *image;@end@interface ImageCell()@property (weak, nonatomic)... 阅读全文
posted @ 2015-10-30 18:05 crash_wu 阅读(431) 评论(0) 推荐(1) 编辑
摘要: 触摸事件在用户使用app过程中,会产生各种各样的事件iOS中的事件可以分为3大类型触摸事件:加速计事件:远程控制事件:响应者对象在iOS中不是任何对象都能处理事件,只有继承了UIResponder的对象才能接收并处理事件。我们称之为“响应者对象”UIApplication、UIViewControl... 阅读全文
posted @ 2015-10-30 17:22 crash_wu 阅读(225) 评论(0) 推荐(0) 编辑
摘要: Model Data@interface Shop : NSObject@property (nonatomic, assign) CGFloat w;@property (nonatomic, assign) CGFloat h;@property (nonatomic, copy) NSStri... 阅读全文
posted @ 2015-10-30 16:28 crash_wu 阅读(548) 评论(0) 推荐(0) 编辑