In my application I have UIBarButtonSystemItemAdd on right side of the navigation controller. On tapping of that plus icon I want to open address book in editable mode. Please refer the following image.
How to open address book UI for new contact in editable mode directly?

In the
AddressBookUI.framework, there is a class calledABNewPersonViewController. Basically, what you want to do is this:This brings up the view you are looking for.