我正在使用ECSlidingViewController类来显示滑动菜单=)我想始终显示菜单的一部分。问题是如何不完全隐藏菜单?
最佳答案
如果要使屏幕全屏显示,请使用以下命令:
[self.slidingViewController setAnchorRightRevealAmount:320.0f];
self.slidingViewController.underLeftWidthLayout = ECFullWidth;
对于右屏幕:
[self.slidingViewController setAnchorLeftPeekAmount:0.0f];
self.slidingViewController.underRightWidthLayout = ECVariableRevealWidth;