Add navigation controller to the AutoFilll view

This commit is contained in:
Mingshen Sun 2020-12-30 22:46:17 -08:00
parent 6c3fb30325
commit 50738fb740
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
3 changed files with 118 additions and 112 deletions

View file

@ -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) {