Skip to content

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

Notifications You must be signed in to change notification settings

ahmad-00/CustomKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages