I am trying to check when a text field changes, equivalent too the function used for textView - textViewDidChange so far I have done this:
textViewDidChange
fu
There's now a UITextField delegate method available on iOS13+
optional func textFieldDidChangeSelection(_ textField: UITextField)