{"id":2563,"url":"https://github.com/matmartinez/MMNumberKeyboard","last_synced_at":"2025-08-03T00:32:08.626Z","repository":{"id":55014674,"uuid":"47790569","full_name":"matmartinez/MMNumberKeyboard","owner":"matmartinez","description":"A simple keyboard to use with numbers and, optionally, a decimal point.","archived":false,"fork":false,"pushed_at":"2024-08-26T04:30:41.000Z","size":2019,"stargazers_count":955,"open_issues_count":4,"forks_count":113,"subscribers_count":23,"default_branch":"main","last_synced_at":"2024-11-30T04:34:07.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/matmartinez.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-12-10T22:15:43.000Z","updated_at":"2024-11-27T08:23:14.000Z","dependencies_parsed_at":"2024-01-02T21:15:08.738Z","dependency_job_id":"e022441a-48bf-4562-a08f-c83b993d87d4","html_url":"https://github.com/matmartinez/MMNumberKeyboard","commit_stats":{"total_commits":51,"total_committers":10,"mean_commits":5.1,"dds":0.2549019607843137,"last_synced_commit":"76bc5077ab595c1d7359306efdbadd9bb10d63d0"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmartinez%2FMMNumberKeyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmartinez%2FMMNumberKeyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmartinez%2FMMNumberKeyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmartinez%2FMMNumberKeyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matmartinez","download_url":"https://codeload.github.com/matmartinez/MMNumberKeyboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228510736,"owners_count":17931759,"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":[],"created_at":"2024-01-05T20:16:16.978Z","updated_at":"2024-12-06T18:30:36.307Z","avatar_url":"https://github.com/matmartinez.png","language":"Objective-C","readme":"# MMNumberKeyboard\nA simple keyboard to use with numbers and, optionally, a decimal point.\n\n![And it works great on the iPad too](UniversalScreenshot.png)\n\n## Installation\n\n### From CocoaPods \n[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like `MMNumberKeyboard` in your projects. First, add the following line to your [Podfile](http://guides.cocoapods.org/using/using-cocoapods.html):\n\n```ruby\npod 'MMNumberKeyboard'\n```\n\nSecond, install `MMNumberKeyboard` into your project:\n\n```ruby\npod install\n```\n\n### From Carthage\n[Carthage](https://github.com/Carthage/Carthage) is a dependency manager for Objective-C and Swift. Add the following line to your `Cartfile`:\n\n```\ngithub \"matmartinez/MMNumberKeyboard\"\n```\n\nThe run `carthage update`.\n\nFollow the current instructions in [Carthage's README][carthage-installation]\nfor up to date installation instructions.\n\n[carthage-installation]: https://github.com/Carthage/Carthage#adding-frameworks-to-an-application\n\n## Usage\n\nThere is a sample Xcode project available. Just build \u0026 run. And profit.\n\nBasically you instantiate your own keyboard view to use as an `.inputView` of your `UITextField`, `UITextView` or whatever view that supports text editing.\n\n```objective-c\n// Create and configure the keyboard.\nMMNumberKeyboard *keyboard = [[MMNumberKeyboard alloc] initWithFrame:CGRectZero];\nkeyboard.allowsDecimalPoint = YES;\nkeyboard.delegate = self;\n\n// Configure an example UITextField.\nUITextField *textField = [[UITextField alloc] initWithFrame:CGRectZero];\ntextField.inputView = keyboard;\n```\n\nYou can adopt the `MMNumberKeyboardDelegate` protocol to handle the return key or whether text should be inserted or not.\n\n## Development\n\nPull requests are welcome and mostly appreciated.\n\n## Credits\n\nThanks to [Pedro Burón](https://github.com/pedroburon/) for the encouragement and moral support to make this `README` file possible.\n","funding_links":[],"categories":["UI","Objective-C","Objective-C  Stars 1000以内排名整理"],"sub_categories":["Keyboard","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatmartinez%2FMMNumberKeyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatmartinez%2FMMNumberKeyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatmartinez%2FMMNumberKeyboard/lists"}