摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 10... 阅读全文
posted @ 2018-07-11 11:58 懂事长qingzZ 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 #pragma mark ---------------------- 10 #pragma mark Events 11 -(void)touches... 阅读全文
posted @ 2018-07-11 10:32 懂事长qingzZ 阅读(548) 评论(0) 推荐(0) 编辑