Close keyboard on pin code screen

This commit is contained in:
ismailgulek
2020-09-07 13:51:48 +03:00
parent 209f8483e8
commit dc83b1d6ee

View File

@@ -75,6 +75,12 @@ final class EnterPinCodeViewController: UIViewController {
UIDevice.current.setValue(UIInterfaceOrientation.portrait.rawValue, forKey: "orientation")
}
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
UIApplication.shared.vc_closeKeyboard()
}
override var preferredStatusBarStyle: UIStatusBarStyle {
return self.theme.statusBarStyle