open the SWRevealViewController.m file and then get the _initDefaultProperties method. in this method you will get the size and position of the side screen.
- (void)_initDefaultProperties { _frontViewPosition = FrontViewPositionLeft; _rearViewPosition = FrontViewPositionLeft; _rightViewPosition = FrontViewPositionLeft; _rearViewRevealWidth = 260.0f;
source share