10 2014 档案

摘要:1.主线程在动画未结束时进行操作可能导致应用崩溃 如下,当dismissViewControllerAnimated:为YES时,由于后续有页面显示,就在应用中导致了崩溃 - (void)imagePickerController:(UIImagePickerController *)picker 阅读全文
posted @ 2014-10-31 17:35 bluefi 阅读(338) 评论(0) 推荐(0)
摘要:1.IOS8 注册远程通知 if([[UIDevice currentDevice].systemVersion floatValue] >= 8.0) { [[UIApplication sharedApplication] registerUserNotificationSettings:[UI 阅读全文
posted @ 2014-10-29 15:59 bluefi 阅读(289) 评论(0) 推荐(0)
摘要:告警等级系统有四种内存警告,定义如下: typedef enum { OSMemoryNotificationLevelAny = -1, OSMemoryNotificationLevelNormal = 0, OSMemoryNotificationLe... 阅读全文
posted @ 2014-10-29 15:40 bluefi 阅读(273) 评论(0) 推荐(0)