CustomKeyboard

A simple and fast implementation of a custom numeric keypad. There is always a keyboard for you.

MIT License

Stars
23
Committers
1

Design

Requirements

  • iOS 12.0 +
  • Xcode 10 +
  • Swift 5.0 +

Installation

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

Just add the Customkeyboard folder to your project.

or use CocoaPods with Podfile:

pod 'Customkeyboard'

You can use CocoaPods to install Customkeyboard by adding it to your Podfile:

platform :ios, '12.0'
target '<Your Target Name>' do
use_frameworks!
pod 'Customkeyboard'
end

Then, run the following command:

$ pod install

Revision

  • Add button sound
  • Add long press to delete

Example

Author

Mr LiuSoftware Engineer Twitter Github LinkedIn
Badges
Extracted from project README
swift version Twitter Follow Twitter Github LinkedIn
Related Projects