- Resizing shadow when viewVillLayout (fix for landscape right menu missing the shadow)
This commit is contained in:
parent
f32edb7041
commit
812f9b5838
|
|
@ -111,6 +111,8 @@ static SlideNavigationController *singletonInstance;
|
|||
CGRect rect = self.view.frame;
|
||||
self.leftMenu.view.frame = rect;
|
||||
self.rightMenu.view.frame = rect;
|
||||
|
||||
self.view.layer.shadowPath = [UIBezierPath bezierPathWithRect:self.view.bounds].CGPath;
|
||||
}
|
||||
|
||||
- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
|
||||
|
|
|
|||
Loading…
Reference in New Issue