Can the Cancel button be hidden from a UIImagePickerController in OS 3.2?

Posted by millenomi on Stack Overflow See other posts from Stack Overflow or by millenomi
Published on 2010-06-05T11:37:09Z Indexed on 2010/06/05 11:42 UTC
Read the original article Hit count: 240

The problem:

The Cancel button should not appear when the image picker is used in a popover, but it does.

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).

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ipad