iOS图片保存手机相册

UIImageWriteToSavedPhotosAlbum(app.erweiImg, self, @selector(p_w_picpath:didFinishSavingWithError:contextInfo:), nil);

成都创新互联主打移动网站、网站设计制作、成都网站设计、网站改版、网络推广、网站维护、域名申请、等互联网信息服务,为各行业提供服务。在技术实力的保障下,我们为客户承诺稳定,放心的服务,根据网站的内容与功能再决定采用什么样的设计。最后,要实现符合网站需求的内容、功能与设计,我们还会规划稳定安全的技术方案做保障。

- (void)p_w_picpath:(UIImage *)p_w_picpath didFinishSavingWithError:(NSError *)error contextInfo:(void *)contextInfo

{

    UIAlertView *alert;

    if (error == nil)

    {

        alert = [[[UIAlertViewalloc]initWithTitle:@"温馨提示"message:@"保存成功"delegate:nilcancelButtonTitle:@"确定"otherButtonTitles:nil,nil]autorelease];

                [alert show];

                return;

    }

    else

    {

        alert = [[[UIAlertViewalloc]initWithTitle:@"保存失败"message:@"请打开设置-隐私-照片来进行设置"delegate:nilcancelButtonTitle:@"确定"otherButtonTitles:nil,nil]autorelease];

                [alert show];

                return;

    }

}


标题名称:iOS图片保存手机相册
网站路径:http://ybzwz.com/article/jjeihg.html