Resory / RYNumberKeyboard

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:MIT License


Languages

Language:Objective-C 100.0%