[转]:iOS开发中TextField的开发技巧汇总

让TextField输入完后按右下角的键,切换到下一TextField
方法:将TextField的Did End On Exit事件绑定一个
1 - (IBAction)goNextAction:(id)sender {
2     [userTextField becomeFirstResponder];
3 
4     
5 
6 }

 

关键就是becomeFirstResponder

原文地址:http://blog.sina.com.cn/s/blog_422d8d5f01011c43.html

posted @ 2013-07-31 09:22  windworship  阅读(155)  评论(0编辑  收藏  举报