美文网首页
iOS 10 UIImagePickerViewControll

iOS 10 UIImagePickerViewControll

作者: Coder_Duddley | 来源:发表于2017-01-06 17:09 被阅读0次

iOS 10以后,直接使用UIImagePickerViewController时,弹出VC的时候会导致Crash

需要在info.plist中添加

<key>NSPhotoLibraryUsageDescriptionuse</key>

<string>camera reason</string>

<key>NSCameraUsageDescriptionuse</key>

<string>camera reason</string>


相关文章

网友评论

      本文标题:iOS 10 UIImagePickerViewControll

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