How do I identify or know which control is being referenced in a method?
- by just_another_coder
In my specific case, how do I identify or know which UITextField is being referenced in shouldChangeCharactersInRange method?
I know the parameter (UITextField*)textField contains the object being referenced, but how do I compare to identify which one it is?