扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
ALAssetsLibrary *library = [[ALAssetsLibrary alloc]init];
创新互联建站专业为企业提供叶集网站建设、叶集做网站、叶集网站设计、叶集网站制作等企业网站建设、网页设计与制作、叶集企业网站模板建站服务,十年叶集做网站经验,不只是建网站,更提供有价值的思路和整体网络服务。
[library writeImageToSavedPhotosAlbum:p_w_picpath.CGImage orientation:p_w_picpath.p_w_picpathOrientation completionBlock:^(NSURL *asSetUrl,NSError *error){
if (error) {
UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"保存图片失败"
message:@"请打开 设置-隐私-照片 来进行设置"
delegate:nil
cancelButtonTitle:@"确定"
otherButtonTitles:nil, nil];
[alert show];
[alert release];
}else{
UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"保存图片成功"
message:nil
delegate:nil
cancelButtonTitle:@"确定"
otherButtonTitles:nil, nil];
[alert show];
[alert release];
}
}];
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流