iOS: UITextField not able to load -


i have simple viewcontroller uitextfield. hooked iboutlet. however, while loading, keep getting following error,

[uitextfield isequaltostring:]: unrecognized selector sent instance 0x9860ad0 

i not using variable in source code @ all. not sure whats going wrong.
can me?

make sure name of uitextfield not coincide other ivar in class. also, if comparing uitextfield's text value something, might have missed write uitextfield.text


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -