views:

293

answers:

0

Hi. presently i am dealing with an application related to address book of iPhone.

The hierarchy is as follows:

John(contact's name) --->(Edit content using ABPersonViewController) ---->Add Field ----> Add Birthday(SAVE button is disabled)

A new contact is added to it using ABNewPersonViewController. In Add Field of new contact, birthday is not added. When allow editing is set to true, and the added contact is edited, the "Save Bar Button" in the Birthday view of Add Field View Controler is disabled automatically. How to enable it and make it allow to save the b'day of the contact?

Anyone having idea about this, plz help.