Skip to content

使用Swift编写的字母和数字键键盘,可以用于UITextField和UITextView。使用方法: let kv = KeyBoardView.init() self.textfield.inputView = kv kv.inputSource = self.textfield

Notifications You must be signed in to change notification settings

yqh1988/KeyBoard-Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

KeyBoard-Swift

使用Swift编写的字母和数字键键盘,可以用于UITextField和UITextView。
使用方法:
let kv = KeyBoardView.init()
self.textfield.inputView = kv
kv.inputSource = self.textfield

About

使用Swift编写的字母和数字键键盘,可以用于UITextField和UITextView。使用方法: let kv = KeyBoardView.init() self.textfield.inputView = kv kv.inputSource = self.textfield

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages