Reputation: 2793
in my app and I'm using UiImagePicker also implemented UiNavigationControllerDelegate for some customizations as the delete key and the back button.
When the user browses the images from its library and chooses one, if you AllowEditing is enabled, the image picker shows a screen for cropping the photo ..
At the bottom of this view seems to be a TabBar controller with two buttons: Choose Cancel and
I wanted to know if anyone knows how to change the text of these buttons ...
Can you help?
Upvotes: 0
Views: 112
Reputation: 318854
There is no supported API that gives you the ability to customize those buttons.
Perhaps the best solution is to find a custom replacement for UIImagePickerController
. There may be one on github or Google code.
Upvotes: 2