peoplePickerNavigationController:shouldContinueAfterSelectingPerson:
。是否有人知道替代方法?
答案 0 :(得分:0)
我猜您的应用只需要用户从列表中选择而不显示详细信息。 peoplePickerNavigationController:didSelectPerson:是替换方法。
- (void)peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker didSelectPerson:(ABRecordRef)person
{
...
}