How do I identify or know which control is being referenced in a method?
Posted
by just_another_coder
on Stack Overflow
See other posts from Stack Overflow
or by just_another_coder
Published on 2010-05-21T08:26:39Z
Indexed on
2010/05/21
8:30 UTC
Read the original article
Hit count: 106
iphone
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?
© Stack Overflow or respective owner