If I want to handle changes to a UITextField, such as the user typing in it; it seems like this can be done either by assigning a delegate to that text field, and then having th
The delegation approach is the way to homogenize UITextField and UITextView behavior.
UITextField
UITextView
UITextView does not have control events. In contrast, UITextFieldDelegate and UITextviewDelegate provide parallel methods.
UITextFieldDelegate
UITextviewDelegate