Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
peoplePickerNavigationController:shouldContinueAfterSelectingPerson:はiOS 8で廃止されました。代替方法を知っている人はいますか?
peoplePickerNavigationController:shouldContinueAfterSelectingPerson:
あなたのアプリは、ユーザーがリストから選択するだけで、詳細を表示する必要はないと思います。peoplePickerNavigationController:didSelectPerson: は代替メソッドです。
- (void)peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker didSelectPerson:(ABRecordRef)person { ... }