How to show resized sidebar using SWRevealViewController?
问题 I am using SWRevealViewController in IOS app (universal). I'm getting sidebar in iPhone and iPad both but I want to show sidebar which covers 90% of screen - how can I? 回答1: open the SWRevealViewController.m file and then u get the _initDefaultProperties Method. in this method you get the side screen size and position - (void)_initDefaultProperties { _frontViewPosition = FrontViewPositionLeft; _rearViewPosition = FrontViewPositionLeft; _rightViewPosition = FrontViewPositionLeft;