重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

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://cqcxhl.com/article/jjeihg.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP