Handle keyboard return in rename alert

This commit is contained in:
Davide De Rosa 2018-11-02 16:23:34 +01:00
parent ce7e490c27
commit 860750332f
1 changed files with 4 additions and 0 deletions

View File

@ -967,6 +967,10 @@ extension ServiceViewController: UITextFieldDelegate {
}
return true
}
func textFieldShouldReturn(_ textField: UITextField) -> Bool {
return true
}
}
// MARK: -