AMCodeView
Preview
Requirements
iOS >= 10
Using
- Create view:
AMCodeView *view = [[AMCodeView alloc] init];
- Configure it:
AMCodeViewConfiguration *config = [AMCodeViewConfiguration defaultConfig];
config.isUnderlineFilled = YES;
[view configure:config];
- 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.