Can the Cancel button be removed from a UIImagePickerController in OS 3.2?
- by millenomi
The problem:
Can this button be killed in a popover? I can remove the button in the ABPeoplePicker*Controller that appears when picking Contacts by editing the private VC's navigation item on the fly, but this one eludes me (no UINavigationControllerDelegate methods are called by the UIIPC).