gpt4 book ai didi

ios - 弹出窗口中的 CNContactPickerViewController (iOS)

转载 作者:行者123 更新时间:2023-11-29 00:41:16 24 4
gpt4 key购买 nike

有没有办法让弹出窗口显示联系人选择器?

我尝试了这个(以及许多其他变体)但没有结果......(这是我的 Controller 中的 IBAction 方法,当点击“sourceView”时应该显示弹出窗口)

我总是得到联系人选择器的全屏模式演示,而不是弹出窗口(我的测试是在 ipPad 模拟器上进行的)。

     CNContactPickerViewController  *picker = [CNContactPickerViewController new] ;
picker.delegate = self ;
picker.popoverPresentationController.sourceView = sourceView ;
picker.popoverPresentationController.sourceRect = sourceView.bounds ;
picker.popoverPresentationController.permittedArrowDirections = UIPopoverArrowDirectionUp | UIPopoverArrowDirectionDown ;

[self presentViewController:picker
animated:YES
completion:nil] ;

最佳答案

不特定于 CNContactPickerViewController,但您需要将 View Controller 的 modalPresentationStyle 设置为 UIModalPresentationPopover

关于ios - 弹出窗口中的 CNContactPickerViewController (iOS),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39440720/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com