Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 484 Bytes

CustomKeyboard

A Fully functional in-app Custom keyboard for both swiftUI & UIKit

Usage - UIKit

Just copy CustomKeyboard.swift to your project. for any textfield that you want to have custome keyboard add the following line:

let textfield = UITextField()
textfield.inputView = CustomKeyboard(target: textfield)

Usage - SwiftUI

Copy CustomKeyboard.swift & TextFieldWithCustomKeyboard.swift to your project. instead of TextField use TextFieldWithCustomKeyboard.