Skip to content

Commit

Permalink
Fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Jan 28, 2014
1 parent fa2fd52 commit 8231c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MMDrawerController/MMDrawerController.m
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ -(UIView*)childControllerContainerView{
[_childControllerContainerView setBackgroundColor:[UIColor clearColor]];
[_childControllerContainerView setAutoresizingMask:UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth];
[self.view addSubview:_childControllerContainerView];
}

}
return _childControllerContainerView;
Expand Down

0 comments on commit 8231c20

Please sign in to comment.