将 UIAddressBook 与 TabBar 和导航控制器结合使用
我想将 UIAddressBook 与 TabBar 和导航控制器一起使用。
我该怎么办呢。
请帮忙。
编辑 我正在使用ABPeoplePickerNavigationController,当我通过presentModalViewController使用它时,它覆盖了整个屏幕,我还使用了一些它覆盖的Tabbar,但我想显示Tabbar
I want to use UIAddressBook with a TabBar and a Navigation Controller.
How do I go about this.
Please help.
edit
I am using ABPeoplePickerNavigationController and when I use this by presentModalViewController it covers whole the screen ,I also used some Tabbar it covers that ,but I want to show that Tabbar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案很简单。
技巧是将框架设置为 self.view.bounds;这对我来说是有效的;它使它出现在两个控制器中。
The answer is quite simple.
The trick is to set the frame to self.view.bounds; that did it for me; it makes it appear within the two controllers.