我正在迅速使用ContactUI。我正在使用此代码列出联系人
let contactPickerViewController = CNContactPickerViewController()
contactPickerViewController.delegate = self
present(contactPickerViewController, animated: true, completion: nil)
当我选择一个特定的屏幕时,将弹出带有所选联系人详细信息的屏幕。但是“编辑”选项在此屏幕上不可用。现在,我想知道在这种情况下如何激活内置的编辑功能。