BFPaperButton
BFPaperButton copied to clipboard
Crash iOS 9.2 below archive by xcode 10.1
hello, We found a bug at line 78, class: BFPapaerButton.m
- (instancetype)initWithCoder:(NSCoder *)decoder { self = [super initWithCoder:decoder]; if (self) { [self setupRaised:YES]; } return self; }
please help me check and fix it