Latest | 0.8 |
---|---|
Homepage | https://github.com/zy885137/ZYKeyboardTypeNumberView |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
简单的数字键盘
效果图
用法
-
[ZYCustomKeyboardTypeNumberView customKeyboardViewWithServiceTextField:_numberTextField Delegate:self];
- (void)customKeyboardTypeNumberView_confirmKeyClicked
{
NSLog(@"–确定按钮点击,并退下键盘–");
} - (void)customKeyboardTypeNumberView_shrinkKeyClicked
{
NSLog(@"–键盘退下点击–");
}
Latest podspec
{ "name": "ZYKeyboardTypeNumberView", "version": "0.8", "summary": "A simple digital keyboard", "homepage": "https://github.com/zy885137/ZYKeyboardTypeNumberView", "license": "MIT", "authors": { "zhangyang": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/zy885137/ZYKeyboardTypeNumberView.git", "tag": "0.8" }, "source_files": [ "ZYCustomKeyboardTypeNumberDemo/", "ZYCustomKeyboardTypeNumberDemo/ZYCustomKeyboardTypeNumberView/ZYCustomKeyboardTypeNumberView.{h,m}" ], "requires_arc": true }
Sat, 05 Mar 2016 01:07:04 +0000