I\'m using the code below to try and have textField2\'s text content get updated to match textField1\'s whenever the user types in textField1
textField2
textField1
Instead of using the UITextFieldDelegate, try to use "Editing Changed" event of UITextField.