弹出窗口中的地址簿
有谁有一个例子告诉我如何在弹出窗口中打开 ABPeoplePickerNavigationController 。我有在弹出窗口中使用的 NavigationController 进行打开,但它打开全屏/模式。
我在这里遗漏了一些东西还是我需要编写自己的人员选择器才能在弹出窗口中显示它?
谢谢,
Does anyone have an example of tell me how I might open up the ABPeoplePickerNavigationController inside a popover. I have the NavigationController that is being used in the popover doing the opening, but it opens up full screen/modal.
Am I missing something here or will I need to write my own people picker to show it in the popover?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建
UIPopoverController
,然后添加ABPeoplePickerNavigationController
。Create your
UIPopoverController
, then add anABPeoplePickerNavigationController
.