08 2015 档案

摘要:[NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(test) userInfo:nil repeats:NO];TimerInterval : 执行之前等待的时间。比如设置成1.0,就代表1秒后执行方... 阅读全文
posted @ 2015-08-31 11:06 cshhs 阅读(130) 评论(0) 推荐(0)
摘要:Core Location---定位框架CLLocationManager这个属性必须写成全局的,不然初始化后就释放了。授权NSLocationWhenInUseUsageDescription :当app在前台的时候,才可以获取到定位信息NSLocationAlwaysUsageDescript... 阅读全文
posted @ 2015-08-28 16:20 cshhs 阅读(226) 评论(0) 推荐(0)
摘要:ios8发送本地通知,需要先注册本地通知。if ([[UIApplication sharedApplication]currentUserNotificationSettings].types==UIUserNotificationTypeNone) 当前应用的本地通知类型,UIUserNotif... 阅读全文
posted @ 2015-08-28 14:34 cshhs 阅读(292) 评论(0) 推荐(0)