Fix warnings
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user