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.
私は自分のアプリで ABPeoplePickerNavigationController を使用していますが、クライアントは名前の前に電話番号のラベルを表示したいと考えており、「名前番号の種類」と言います。ありがとう
必要に応じてアドレス帳をカスタマイズする場合は、ABPeoplePickerNavigationController を使用しないことをお勧めします。その代わりに、Address Book オブジェクトを使用して、アドレス帳からデータを取得し、それらのデータをカスタム ViewController に表示します。このようにして、View を好きなようにカスタマイズできます。
次に、Apple が提供する API とフレームワークを変更することはできません。