I am developing address book app. When user selects a user from a contact list , I want to open that record directly in EDIT mode using ABPersonViewController instead of clickng Edit button of ABPersonViewController. How can I achieve this? Thanks
I am developing address book app. When user selects a user from a contact
Share
Just call setEditing after the view is displayed:
I tried this on the iPad from within a popover controller and that works fine.