BFPaperButton icon indicating copy to clipboard operation
BFPaperButton copied to clipboard

Crash iOS 9.2 below archive by xcode 10.1

Open chinhndse03483 opened this issue 7 years ago • 0 comments

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

chinhndse03483 avatar Nov 03 '18 03:11 chinhndse03483