https://github.com/devliusir/customkeyboard
A simple and fast implementation of a custom numeric keypad. There is always a keyboard for you.
https://github.com/devliusir/customkeyboard
animation cocoapods custom-keyboard ios-app ios-ui keyboard keyboard-layout numberpad swift-language
Last synced: 2 months ago
JSON representation
A simple and fast implementation of a custom numeric keypad. There is always a keyboard for you.
- Host: GitHub
- URL: https://github.com/devliusir/customkeyboard
- Owner: DevLiuSir
- License: mit
- Created: 2017-12-28T12:40:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T03:00:10.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T03:18:03.576Z (2 months ago)
- Topics: animation, cocoapods, custom-keyboard, ios-app, ios-ui, keyboard, keyboard-layout, numberpad, swift-language
- Language: Swift
- Homepage:
- Size: 11.1 MB
- Stars: 24
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Customkeyboard is a simple and fast framework for custom digital keyboards. There's always a keyboard for you.
---

[](https://developer.apple.com/swift/)












[](https://twitter.com/LiuChuan_)## Design

## Requirements
- iOS 12.0 +
- Xcode 10 +
- Swift 5.0 +## Installation
[CocoaPods](http://cocoapods.org/) is a dependency manager for Cocoa projects. You can install it with the following command:
```swift
$ gem install cocoapods
```Just add the `Customkeyboard` folder to your project.
or use `CocoaPods` with Podfile:
```swift
pod 'Customkeyboard'
```You can use CocoaPods to install `Customkeyboard` by adding it to your Podfile:
```swift
platform :ios, '12.0'
target '' do
use_frameworks!
pod 'Customkeyboard'
end
```Then, run the following command:
```swift
$ pod install
```## Revision
- Add button sound
- Add long press to delete## Example
## Author
| [](https://github.com/DevLiuSir) | [Mr Liu](https://github.com/DevLiuSir)
Software Engineer
[![Twitter][1.1]][1] [![Github][2.1]][2] [![LinkedIn][3.1]][3] |
| :------------: | :------------: |[1.1]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding)
[2.1]: http://i.imgur.com/9I6NRUm.png (github icon without padding)
[3.1]: https://www.kingsfund.org.uk/themes/custom/kingsfund/dist/img/svg/sprite-icon-linkedin.svg (linkedin icon)[1]: https://twitter.com/LiuChuan_
[2]: https://github.com/DevLiuSir
[3]: https://www.linkedin.com/in/chuan-liu-00359115a/