iOS 10 Camera view showing API_Cancel_Title instead of Cancel

后端 未结 5 1918
借酒劲吻你
借酒劲吻你 2021-02-15 17:40

I am working on an app using iOS 10 and using camera for taking pictures. When camera view opens, instead of cancel button there is a title \"API_CANCEL_TITLE\". And when I capt

5条回答
  •  执笔经年
    2021-02-15 18:03

    Make sure you are not using Localization in your application, if you are using it, then properly configure all of your string files.

    Search in your string file for API_CANCEL_TITLE and then set it to Cancel.

    As the Cancel button of UIImagePickerController will change as per the localization.

提交回复
热议问题