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
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.
API_CANCEL_TITLE
Cancel
As the Cancel button of UIImagePickerController will change as per the localization.
UIImagePickerController