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
This issue come when you replace localizedString function in Bundle class by another function that you create, that will prevent the system some time to get the reight localization values.
and some developers replace this function when they want to change the language of the app and show the changes immediately without closing the app, so find another way and try to not replace this function