摘要: //触摸位置-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ NSSet *allTouches = [event allTouches]; //返回与当前接收者有关的所有的触摸对象 UITouch *... 阅读全文
posted @ 2015-08-24 09:59 caohaozhi 阅读(286) 评论(0) 推荐(0) 编辑
摘要: - (void)judge{ BOOL isNotifyAlert = NO, isNotifySound = NO; if (IOS8) { UIUserNotificationType types = [[UIApplication sharedApplicati... 阅读全文
posted @ 2015-08-24 09:33 caohaozhi 阅读(105) 评论(0) 推荐(0) 编辑