Skip to content

Commit

Permalink
set nav bar background color as well
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalsh committed Sep 26, 2017
1 parent e4f7fd5 commit 26be6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NYTPhotoViewer/NYTPhotosOverlayView.m
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ - (void)setTopCoverBackgroundColor:(UIColor *)topCoverBackgroundColor {
}
_topCoverBackgroundColor = topCoverBackgroundColor;
self.topCoverView.backgroundColor = topCoverBackgroundColor;
self.navigationBar.backgroundColor = topCoverBackgroundColor;
}

- (void)setBottomCoverBackgroundColor:(UIColor *)bottomCoverBackgroundColor {
Expand Down

0 comments on commit 26be6ff

Please sign in to comment.