CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

LBCodeView 1.0.0

LBCodeView 1.0.0

Maintained by A1129434577.



  • By
  • 刘彬

LBCodeView

LBCodeView *codeView = [[LBCodeView alloc] initWithFrame:CGRectMake(20, 200, CGRectGetWidth(self.view.frame)-20*2, 60) numbersCount:6 space:15];
[codeView.codeShowButtons enumerateObjectsUsingBlock:^(UIButton * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
    obj.backgroundColor = [UIColor cyanColor];
}];