码迷,mamicode.com
首页 > 其他好文 > 详细

UITextFiled 键盘样式的设置

时间:2016-03-08 23:27:14      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:

  1. //设置键盘样式,比如银行取款密码只需要数字,有的输入邮箱需要@等等  
  2.     //UIKeyboardTypeAlphabet和UIKeyboardTypeDefault类似,就是我们平时看到那样,都是字母,然后有个按键可以切换符号  
  3.     //UIKeyboardTypeASCIICapable好像和上面差不多  
  4.     //UIKeyboardTypeDecimalPad,UIKeyboardTypeNumberPad都是数字,但前者多了一个“小数点”按键  
  5.     //UIKeyboardTypeEmailAddress-除了字母还有小数点和@出现  
  6.     //UIKeyboardTypeNamePhonePad-貌似正常  
  7.     //UIKeyboardTypePhonePad-电话键盘,不仅有数字还有*和#的那种  
  8.     //UIKeyboardTypeNumbersAndPunctuation-只有数字和标点符号  
  9.     //UIKeyboardTypeTwitter-除了字母还有@和#,这是微博的符号  
  10.     //UIKeyboardTypeURL-除字母,还有.com按钮,方便输入  
  11.     //UIKeyboardTypeWebSearch-主要区别在于return键变成了GO键

UITextFiled 键盘样式的设置

标签:

原文地址:http://www.cnblogs.com/Always-LuoHan/p/5256141.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!