MMNumberKeyboard
A simple keyboard to use with numbers and, optionally, a decimal point.
Install / Use
/learn @matmartinez/MMNumberKeyboardREADME
MMNumberKeyboard
A simple keyboard to use with numbers and, optionally, a decimal point.

Installation
From CocoaPods
CocoaPods 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:
pod 'MMNumberKeyboard'
Second, install MMNumberKeyboard into your project:
pod install
From Carthage
Carthage is a dependency manager for Objective-C and Swift. Add the following line to your Cartfile:
github "matmartinez/MMNumberKeyboard"
The run carthage update.
Follow the current instructions in Carthage's README for up to date installation instructions.
Usage
There is a sample Xcode project available. Just build & run. And profit.
Basically you instantiate your own keyboard view to use as an .inputView of your UITextField, UITextView or whatever view that supports text editing.
// Create and configure the keyboard.
MMNumberKeyboard *keyboard = [[MMNumberKeyboard alloc] initWithFrame:CGRectZero];
keyboard.allowsDecimalPoint = YES;
keyboard.delegate = self;
// Configure an example UITextField.
UITextField *textField = [[UITextField alloc] initWithFrame:CGRectZero];
textField.inputView = keyboard;
You can adopt the MMNumberKeyboardDelegate protocol to handle the return key or whether text should be inserted or not.
Development
Pull requests are welcome and mostly appreciated.
Credits
Thanks to Pedro Burón for the encouragement and moral support to make this README file possible.
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
