Am using ECSlidingViewController class to show sliding menu=) i want show always a part of menu. Question is how to not fully hide menu?
If you want to make full left screen use this :
[self.slidingViewController setAnchorRightRevealAmount:320.0f];
self.slidingViewController.underLeftWidthLayout = ECFullWidth;
for right screen :
[self.slidingViewController setAnchorLeftPeekAmount:0.0f];
self.slidingViewController.underRightWidthLayout = ECVariableRevealWidth;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With