MFSideMenu icon indicating copy to clipboard operation
MFSideMenu copied to clipboard

Setting centerViewController overrides shadow

Open KemalPajevic opened this issue 10 years ago • 0 comments

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?

KemalPajevic avatar Oct 16 '14 16:10 KemalPajevic