摘要: #import "ViewController.h" @interface ViewController () /** 创建一个UIView */ @property(nonatomic , weak) UIView * gestureView; @end @implementation ViewController - (void)viewDidLoad { [super... 阅读全文
posted @ 2016-06-26 21:24 与格律上 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 界面搭建 创建一个画饼状的类 eatView 集成UIView #import "eatView.h" @implementation eatView // Only override drawRect: if you perform custom drawing. // An empty impl 阅读全文
posted @ 2016-06-26 20:38 与格律上 阅读(390) 评论(0) 推荐(0) 编辑