Skip to content

Latest commit

 

History

History
executable file
·
19 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

executable file
·
19 lines (15 loc) · 446 Bytes

XQKeyboard

##自定义密码键盘,一键即可集成
##效果预览:

##用法:

  • 导入主头文件:#import "XQKeyboard.h"
    XQKeyboard *keyBoard = [[XQKeyboard alloc] init];
    textField.inputView = keyBoard;

###支持随机键盘:

    keyBoard.random = YES;