美文网首页
iOS 当TextField内有文字,键盘Return按钮可点击

iOS 当TextField内有文字,键盘Return按钮可点击

作者: 学学学q | 来源:发表于2017-04-20 00:56 被阅读198次

textField.returnKeyType = UIReturnKeySearch; //设置按键类型  
textField.enablesReturnKeyAutomatically = YES; //这里设置为无文字就灰色不可点  
UIKeyboardTypeDecimalPad 带小数点的数字键盘

相关文章

网友评论

      本文标题:iOS 当TextField内有文字,键盘Return按钮可点击

      本文链接:https://www.haomeiwen.com/subject/jndkzttx.html