Can ABNewPersonViewController be used to edit existing records?

眉间皱痕 提交于 2019-12-02 05:27:57

问题


I'm trying to use ABNewPersonViewController to edit an existing record.
I set the displayedPerson property and it shows up fine with all the info.
If I hit Save, everything works as expected. However, if I hit Cancel, the record is deleted from the Address Book.

The only solution I can think it is deep copying the record and then re-adding it to the Address Book if the user cancels out of the editing dialog. Is there really no better way?


回答1:


add a custom "Cancel" button to replace the original "cancel" button of ABNewPersonViewController!!



来源:https://stackoverflow.com/questions/4840394/can-abnewpersonviewcontroller-be-used-to-edit-existing-records

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!