Skip to content

Commit

Permalink
Merge pull request #220 from mutualmobile/220_view_background_color
Browse files Browse the repository at this point in the history
set background transparent
  • Loading branch information
kcharwood committed Jun 9, 2014
2 parents c27cb77 + b3b36a8 commit b61915f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MMDrawerController/MMDrawerController.m
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,9 @@ -(BOOL)automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers{

- (void)viewDidLoad {
[super viewDidLoad];

[self.childControllerContainerView setBackgroundColor:[UIColor blackColor]];

[self.view setBackgroundColor:[UIColor blackColor]];
[self setupGestureRecognizers];
}

Expand Down

0 comments on commit b61915f

Please # to comment.