Passcode lock
This commit is contained in:
parent
fe80ed3dc8
commit
433562584e
6 changed files with 125 additions and 78 deletions
|
|
@ -23,7 +23,7 @@ extension UITextField {
|
|||
}
|
||||
|
||||
extension UIViewController {
|
||||
func textFieldShouldReturn(_ textField: UITextField) -> Bool {
|
||||
@objc public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
|
||||
if textField.nextField != nil {
|
||||
textField.nextField?.becomeFirstResponder()
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue