Newbie question here.
How do I extract an int value from a UITextField (textKey)? I have the following:
Which gives me this warning:
Thanks!
How do I extract an int value from a UITextField (textKey)? I have the following:
NSInteger inputKey = textKey.text;
Which gives me this warning:
warning: initialization makes integer from pointer without a cast
Thanks!