MobX
MobX

Reputation: 2670

selecting phone from iphone contacts

I am a new comer in iphone development.I am developing an application for iphone which needs to select phone number and name from iphone contacts .I used "ABPeoplePickerNavigationController" class to open the contacts view.I need to show some instructions which guides the user to select the phone number when the contacts view opens.Is there any way to do this ?Because the contacts view covers the entire parent view ..Looking for a solution

Thanks in advance

Upvotes: 1

Views: 327

Answers (1)

lucius
lucius

Reputation: 8685

If you add a subview to the contacts view, it should overlay that view and you can put instructions there.

Upvotes: 1

Related Questions