摘要: - (BOOL)application:(UIApplication *)application shouldAllowExtensionPointIdentifier:(NSString *)extensionPointIdentifier { return NO; } 阅读全文
posted @ 2016-03-25 17:51 木易的博客 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 应用中有时我们会有保存图片的需求,如利用UIImagePickerController用IOS设备内置的相机拍照,或是有时我们在应用程序中利用UIKit的 UIGraphicsBeginImageContext,UIGraphicsEndImageContext,UIGraphicsGetImage 阅读全文
posted @ 2016-03-25 15:24 木易的博客 阅读(347) 评论(0) 推荐(0) 编辑
摘要: //相册权限头文件 #import //判断是否有权限 ALAuthorizationStatus author = [ALAssetsLibrary authorizationStatus]; if (author == AVAuthorizationStatusRestricted || author ==AVAuthorizationStatusDenied){ //无权限... 阅读全文
posted @ 2016-03-25 11:18 木易的博客 阅读(830) 评论(0) 推荐(0) 编辑