NumericKeyboard
Numeric keyboard input view for iPad
Install / Use
/learn @marcjordant/NumericKeyboardREADME
NumericKeyboard
Description
This keyboard view is intended to replace the default keyboard on iPad for entering numerical values. As the default keyboard on iPad still shows all keys even for numerical entry modes, this keyboard only focuses on numeric keys.
screenshot

Localisation
The return key texts are available in
- English
- French
- Dutch
- German
- Spanish
- Italian
- Hebrew
- Swedish
New language
If you want a new language to be supported, just contact me !
Custom text
You can also use the
NKKeyboardReturnKeyType.Custom(text: String)
value as the return key type and use any text you want.
Example
To set the Numeric Keyboard as an input view of a text field, just use NKInputView.with(_:, _:) :
Declaration of the UITextField
@IBOutlet var textField: UITextField!
Somewhere in viewDidLoad (for example), add this line
NKInputView.with(textField, type: .NumberPad, returnKeyType: .Next)
Example project
There is an example project where you can see how it works.
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
iOS 8+
Installation
NumericKeyboard is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NumericKeyboard"
Author
Marc Jordant, marcjordant@gmail.com
License
NumericKeyboard is available under the MIT license. See the LICENSE file for more info.
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate 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
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
