MFSideMenu
MFSideMenu copied to clipboard
Setting centerViewController overrides shadow
Hi
I can se in the code that when we set the centerViewController a new shadow is created using the + (MFSideMenuShadow *)shadowWithView:(UIView *)shadowedView
method. This shadow overides the one that you may set either just after instantiating the MFSideMenuContainerViewController
or if you subclass it and set the shadow in the viewDidLoad
method.
Is this behaviour intentional?