`
dcj3sjt126com
  • 浏览: 1900673 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

ios uikeyboardtype

    博客分类:
  • IOS
ios 
阅读更多

密码textfield.secureTextEntry=YES;

邮箱textfield.keyboardType = UIKeyboardTypeEmailAddress;

 

在使用UITextField的时候,我们经常会有需求来控制打开的键盘的类型,虽然文档里都有相应类型的说明,但都不够直观。现在,把所有的UIKeyboardType来以图片展示下。可以直观的来选择所需的键盘种类。

 

UIKeyboardTypeAlphabet                                                                                      

          

UIKeyboardTypeASCIICapable

 

UIKeyboardTypeDecimalPad                                                                                

           

   UIKeyboardTypeDefault

 

 

UIKeyboardTypeEmailAddress                                                                  

          

UIKeyboardTypeNamePhonePad

  

 

UIKeyboardTypeNumberPad                                                                                        

  

UIKeyboardTypeNumbersAndPunctuation

 

 

UIKeyboardTypePhonePad                                                                                             

 

UIKeyboardTypeTwitter

  

 

UIKeyboardTypeURL

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics