Objective-C:iphone编程“UITextField边编辑方法”
我有一个 UITextField,如果用户在 UITextField 中没有输入任何内容,我想发送 UIAlertView。
I got a UITextField and I want to send a UIAlertView if the user enter nothing in the UITextField.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先捕获输入:
然后测试空字符串并显示警报视图:
First capture the input:
Then test for null string and present alertview: