Skip to content

Davarg/AMCodeView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMCodeView

Version License Platform

Preview

Requirements

iOS >= 10

Using

  1. Create view:
AMCodeView *view = [[AMCodeView alloc] init];
  1. Configure it:
AMCodeViewConfiguration *config = [AMCodeViewConfiguration defaultConfig];
config.isUnderlineFilled = YES;
[view configure:config];
  1. Start responder:
AMCodeViewResponder *responder = [[AMCodeViewResponder alloc] initWithConfig:config viewResponsible:view];
responder.delegate = self;

Installation

AMCodeView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AMCodeView'

Author

Davarg, maka-dava@yandex.ru

License

AMCodeView is available under the MIT license. See the LICENSE file for more info.

About

Configurable view for input login code

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors