摘要: .h #import <UIKit/UIKit.h> #define WIDTH self.view.frame.size.width #define HEIGHT self.view.frame.size.height @interface ViewController : UIViewContr 阅读全文
posted @ 2016-03-11 22:59 pruple_Boy 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 自定义控件.h #import <UIKit/UIKit.h> #import "PPViewtouchesBeginDelegate.h" @interface PPView : UIView // 这样写避免了内存泄露的问题 @property (nonatomic, strong)UIView 阅读全文
posted @ 2016-03-11 22:53 pruple_Boy 阅读(3193) 评论(0) 推荐(0) 编辑