I'm building a Passcode Lock view, and I want to set the text to a dot on one of the four box labels when a user enters a new character into the text field.
Should I use textField:shouldChangeCharactersInRange:replacementString or UITextFieldTextDidChangeNotification?
Using textField:shouldChangeCharactersInRange:replacementString seems easier, but shouldChangeCharactersInRange seems more correct.