banchichen / TZImagePickerController

一个支持多选、选原图和视频的图片选择器,同时有预览、裁剪功能,支持iOS6+。 A clone of UIImagePickerController, support picking multiple photos、original photo、video, also allow preview photo and video, support iOS6+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

相册权限文案本地化更新不及时问题

jokeface opened this issue · comments

1.关闭app相册权限
2.代码设置 PreferredLanguage = “zh-Hans”
3. 点击present方法调用(这时候显示“请在iPhone的"设置-隐私-照片"选项中,允许%@访问你的手机相册”)
4. 同时调用方法 PreferredLanguage = “en”
5. 点击present方法调用(这时候依旧显示“请在iPhone的"设置-隐私-照片"选项中,允许%@访问你的手机相册”
6. 再一次点击present方法调用(这时候才显示正确的"Allow %@ to access your album in "Settings > Privacy > Photos")

不要复用TZImagePickerController实例哈,每次都present一个新的