Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bboybboy authored Mar 3, 2017
1 parent 699de98 commit ad65e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GMImagePicker/GMImagePickerController.m
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ - (void)viewWillAppear:(BOOL)animated
_navigationController.toolbar.translucent = YES;
_navigationController.toolbar.barTintColor = _toolbarBarTintColor;
_navigationController.toolbar.tintColor = _toolbarTintColor;
[(UIView*)[_navigationController.toolbar.subviews objectAtIndex:0] setAlpha:0.75f]; // URGH - I know!
[(UIView *)[_navigationController.toolbar.subviews firstObject] setAlpha:.75f];

_navigationController.navigationBar.backgroundColor = _navigationBarBackgroundColor;
_navigationController.navigationBar.tintColor = _navigationBarTintColor;
Expand Down

0 comments on commit ad65e4e

Please sign in to comment.