AMCodeView 0.1.2

AMCodeView 0.1.2

Maintained by Alex Makushkin.




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, [email protected]

License

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