Skip to content

⌨️ 自定义数字相关键盘:数字键盘,浮点数键盘,身份证键盘

License

Notifications You must be signed in to change notification settings

Resory/RYNumberKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RYNumberKeyboard

RYNumberKeyboard 是一个数字相关键盘,目前有三种类型:整数键盘,浮点数键盘,身份证键盘。

使用方法

  #import "UITextField+RYNumberKeyboard.h"
  
  yourTextFiled.ry_inputType = RYIntInputType;       //数字键盘
  yourTextFiled.ry_inputType = RYIDCardInputType;    //身份证键盘
  yourTextFiled.ry_inputType = RYFloatInputType;     //浮点数键盘
  
  yourTextFiled.ry_interval = 4  //每隔4个数字输入一个空格

效果

RYNumberKeyboard

About

⌨️ 自定义数字相关键盘:数字键盘,浮点数键盘,身份证键盘

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published