# KeyBoard-swift **Repository Path**: yqh1988/KeyBoard-swift ## Basic Information - **Project Name**: KeyBoard-swift - **Description**: 使用Swift编写的字母和数字键键盘,可以用于UITextField和UITextView。使用方法: let kv = KeyBoardView.init() self.textfield.inputView = kv kv.inputSource = self.textfield - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 1 - **Created**: 2018-02-26 - **Last Updated**: 2025-08-04 ## Categories & Tags **Categories**: ios-modules **Tags**: None ## README # KeyBoard-swift 使用Swift编写的字母和数字键键盘,可以用于UITextField和UITextView。
使用方法:
let kv = KeyBoardView.init()
self.textfield.inputView = kv
kv.inputSource = self.textfield
![](https://yqh1988.oss-cn-beijing.aliyuncs.com/yqh/1111.gif)