Editing Changed
`UITextViewDelegate` has a very useful method: `-textViewDidChange:`. As the name implies, text view calls this method on its delegate whenever the text it is currently presenting is changed.
But, unlike `UITextViewDelegate`, `UITextFieldDelegate` doesn’t have such a…