{"id":15038570,"url":"https://github.com/devliusir/customkeyboard","last_synced_at":"2025-04-09T23:41:57.802Z","repository":{"id":48538136,"uuid":"115622190","full_name":"DevLiuSir/CustomKeyboard","owner":"DevLiuSir","description":"A simple and fast implementation of a custom numeric keypad. There is always a keyboard for you. ","archived":false,"fork":false,"pushed_at":"2021-07-21T03:00:10.000Z","size":11606,"stargazers_count":24,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T03:18:03.576Z","etag":null,"topics":["animation","cocoapods","custom-keyboard","ios-app","ios-ui","keyboard","keyboard-layout","numberpad","swift-language"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevLiuSir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-28T12:40:18.000Z","updated_at":"2024-11-09T06:20:08.000Z","dependencies_parsed_at":"2022-09-02T21:01:08.680Z","dependency_job_id":null,"html_url":"https://github.com/DevLiuSir/CustomKeyboard","commit_stats":null,"previous_names":["chinahackers/customkeyboard"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevLiuSir%2FCustomKeyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevLiuSir%2FCustomKeyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevLiuSir%2FCustomKeyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevLiuSir%2FCustomKeyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevLiuSir","download_url":"https://codeload.github.com/DevLiuSir/CustomKeyboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131470,"owners_count":21052819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","cocoapods","custom-keyboard","ios-app","ios-ui","keyboard","keyboard-layout","numberpad","swift-language"],"created_at":"2024-09-24T20:39:00.619Z","updated_at":"2025-04-09T23:41:57.768Z","avatar_url":"https://github.com/DevLiuSir.png","language":"Swift","readme":"![](https://github.com/ChinaHackers/Customkeyboard/raw/master/Design/Customkeyboard.png)\n\u003cp align=\"center\"\u003e \u003cb\u003e Customkeyboard is a simple and fast framework for custom digital keyboards. There's always a keyboard for you. \u003c/b\u003e\u003c/p\u003e \n\n\n---\n![language](https://img.shields.io/badge/language-swift-orange.svg)\n[![swift version](https://img.shields.io/badge/swift-5.1+-blue.svg?style=flat)](https://developer.apple.com/swift/)\n![xcode version](https://img.shields.io/badge/xcode-11.2+-red.svg)\n![build state](https://img.shields.io/badge/build-passing-brightgreen)\n![GitHub top language](https://img.shields.io/github/languages/top/DevLiuSir/Customkeyboard?color=blueviolet)\n![https://github.com/DevLiuSir/Customkeyboard/blob/master/LICENSE](https://img.shields.io/github/license/DevLiuSir/Customkeyboard.svg)\n![platform](https://img.shields.io/badge/platform-ios-lightgrey.svg)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/DevLiuSir/Customkeyboard?color=ff69b4\u0026label=codeSize)\n![commits count](https://badgen.net/github/commits/DevLiuSir/Customkeyboard)\n![GitHub last commit](https://img.shields.io/github/last-commit/DevLiuSir/Customkeyboard)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/DevLiuSir/Customkeyboard)\n![Github Star](https://img.shields.io/github/stars/DevLiuSir/Customkeyboard.svg?style=social\u0026label=Star)\n![GitHub forks](https://img.shields.io/github/forks/DevLiuSir/Customkeyboard?style=social)\n![GitHub watchers](https://img.shields.io/github/watchers/DevLiuSir/Customkeyboard?style=social)\n[![Twitter Follow](https://img.shields.io/twitter/follow/LiuChuan_.svg?style=social)](https://twitter.com/LiuChuan_)\n\n\n\n\n## Design\n\n![](https://github.com/ChinaHackers/Customkeyboard/raw/master/Design/Showcase.gif)\n\n\n## Requirements\n- iOS 12.0 +\n- Xcode 10 +\n- Swift 5.0 +\n\n## Installation\n\n[CocoaPods](http://cocoapods.org/) is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```swift\n$ gem install cocoapods\n```\n\n\nJust add the `Customkeyboard` folder to your project.\n\nor use `CocoaPods` with Podfile:\n\n```swift\npod 'Customkeyboard'\n```\n\nYou can use CocoaPods to install `Customkeyboard` by adding it to your Podfile:\n\n\n```swift\nplatform :ios, '12.0'\ntarget '\u003cYour Target Name\u003e' do\nuse_frameworks!\npod 'Customkeyboard'\nend\n```\n\n\n\nThen, run the following command:\n\n```swift\n$ pod install\n```\n\n## Revision\n-  Add button sound\n-  Add long press to delete\n\n\n## Example\n![](https://github.com/ChinaHackers/Customkeyboard/raw/master/Design/Example.png)\n\n\n\n## Author\n| [\u003cimg src=\"https://avatars2.githubusercontent.com/u/11488337?s=460\u0026v=4\" width=\"120px;\"/\u003e](https://github.com/DevLiuSir)  |  [Mr Liu](https://github.com/DevLiuSir)\u003cbr/\u003e\u003cbr/\u003e\u003csub\u003eSoftware Engineer\u003c/sub\u003e\u003cbr/\u003e [![Twitter][1.1]][1] [![Github][2.1]][2] [![LinkedIn][3.1]][3] |\n| :------------: | :------------: |\n\n[1.1]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding)\n[2.1]: http://i.imgur.com/9I6NRUm.png (github icon without padding)\n[3.1]: https://www.kingsfund.org.uk/themes/custom/kingsfund/dist/img/svg/sprite-icon-linkedin.svg (linkedin icon)\n\n[1]: https://twitter.com/LiuChuan_\n[2]: https://github.com/DevLiuSir\n[3]: https://www.linkedin.com/in/chuan-liu-00359115a/\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevliusir%2Fcustomkeyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevliusir%2Fcustomkeyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevliusir%2Fcustomkeyboard/lists"}