"拍照"没有在CNContact iOS 11中显示

时间:2017-12-07 05:25:15

标签: ios11 cncontactviewcontroller

我有一个UIButton名称为"添加新联系人",当我点击此按钮时,会打开一个新的联系人屏幕,但是当我点击"添加照片"那么只有"选择照片"即将到来"拍照"没有进入iOS 11。 新联系人的代码是 -

let con = CNContact()
    let vc = CNContactViewController(forNewContact: con)
    vc.delegate = self
    let navVC = UINavigationController(rootViewController: vc)
    self.present(navVC, animated: true, completion: nil)

enter image description here

0 个答案:

没有答案