Add navigation controller to the AutoFilll view
This commit is contained in:
parent
6c3fb30325
commit
50738fb740
3 changed files with 118 additions and 112 deletions
|
|
@ -85,6 +85,7 @@ class CredentialProviderViewController: ASCredentialProviderViewController, UITa
|
|||
@IBAction
|
||||
private func cancel(_: AnyObject?) {
|
||||
extensionContext.cancelRequest(withError: NSError(domain: ASExtensionErrorDomain, code: ASExtensionError.userCanceled.rawValue))
|
||||
self.dismiss(animated: true)
|
||||
}
|
||||
|
||||
override func viewWillAppear(_ animated: Bool) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue