iOS 10 Camera view showing API_Cancel_Title instead of Cancel

后端 未结 5 1919
借酒劲吻你
借酒劲吻你 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:09

    I have an approach, I know it will be not a perfect solution however until get a perfect one, we can use this:

    Use an custom camera view. Manage it with condition if device version is 10 or greater than 10 then execute custom camera view settings else use the default camera view.

    By using custom view, the API_Cancel_Title button hides and rest of the functionality works well. Here is the link that I used for a reference: Removing the cancel button from Custom camera

提交回复
热议问题