Skip to content

Commit

Permalink
Set black color on overall view background, so it can be changed exte…
Browse files Browse the repository at this point in the history
…rnally.
  • Loading branch information
kcharwood committed May 29, 2014
1 parent 955e1eb commit 6dedba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMDrawerController/MMDrawerController.m
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ -(BOOL)automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers{
- (void)viewDidLoad {
[super viewDidLoad];

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

[self setupGestureRecognizers];
}
Expand Down

0 comments on commit 6dedba0

Please # to comment.