摘要: 打印结果 2016-12-22 17:56:14.546 text[31326:1735436] ( 1, 2, 6, 8, 9) 阅读全文
posted @ 2017-02-04 10:48 Leo-Wmw 阅读(136) 评论(0) 推荐(0)
摘要: 1 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 2 3 { 4 NSSet *allTouch = [event allTouches]; 5 UITouch *touch = [allTouch anyObject]; 6 CGPoint point = [touch... 阅读全文
posted @ 2017-02-04 10:44 Leo-Wmw 阅读(1853) 评论(0) 推荐(0)