Skip to content

Commit

Permalink
fix can not change background at iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Sep 10, 2018
1 parent 4ea7f6b commit c646043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/RCTPdf/RCTPdfView.m
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ - (instancetype)init
_pdfView.autoScales = YES;
_pdfView.displaysPageBreaks = YES;
_pdfView.displayBox = kPDFDisplayBoxMediaBox;
_pdfView.backgroundColor = [UIColor colorWithRed:0.875 green:0.875 blue:0.875 alpha:1.0]; //#EEE

_fixScaleFactor = -1.0f;
_initialed = NO;
Expand Down

0 comments on commit c646043

Please sign in to comment.