CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2015 |
Maintained by Aren.
GSPasswordInputView is a wechat payment like password input view.
platform :ios, '7.0'
pod 'GSPasswordInputView'
Drag an UIView to your storyboard, set its class to GSPasswordInputView.
That's it!
GSPasswordInputView *pwdInputView = [[GSPasswordInputView alloc] initWithFrame:CGRectMake(0, 0, 160, 40)];
pwdInputView.numberOfDigit = 6;
[self.view addSubview:pwdInputView];
- (void)didFinishEditingWithInputView:(GSPasswordInputView *)anInputView text:(NSString *)aText;
GSPasswordInputView is released under the MIT license. See LICENSE for details.