Fix warnings

This commit is contained in:
James Magahern
2023-04-19 14:33:17 -07:00
parent 98dfd85781
commit 99bd3af187
4 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ struct TextFieldContentConfiguration : UIContentConfiguration
self.pressedReturn = pressedReturn
}
func textFieldShouldReturn(_ textField: UITextField) -> Bool {
public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
pressedReturn(textField)
return false
}