美文网首页
iOS 11和xcode9中存在的若干问题

iOS 11和xcode9中存在的若干问题

作者: ImmortalSummer | 来源:发表于2017-10-19 11:08 被阅读0次

这篇日志用来记录在iOS 11和xcode9中遇到的各种问题, 用来总结, 方便以后查阅. 陆续更新.

iOS 11写入相册闪退

使用如下代码将图片写入相册时, 在iOS 11系统中出现闪退.(在以上版本的系统中不存在闪退)

//保存到相册
UIImageWriteToSavedPhotosAlbum(image, NULL, NULL, NULL);

解决方法: 在plist中添加Privacy - Photo Library Additions Usage Description 配置项.

ios11写入相册配置项.png

相关文章

网友评论

      本文标题:iOS 11和xcode9中存在的若干问题

      本文链接:https://www.haomeiwen.com/subject/odkuuxtx.html