Change case of UIImagePickerController navigation bar items
问题 Disclaimer : I realize this may not be approved by Apple, and I realize traversing the view hierarchy is programmatically unsafe. I'm trying to figure it out for my own curiosity :) I'd like to change the case of a UIImagePickerController's navigation bar items. This works for the title text: viewController.navigationItem.title = [viewController.navigationItem.title uppercaseString]; But this doesn't work for the cancel button (clearly it's not the right location for the cancel button, but I