i got a textfield and i want to send a UIAlertView if the user enter nothing in the textfield.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
First capture the input:
Then test for null string and present alertview:
|
|||||||||
|