I'm tryng to change the width of menu view controller (rear), with code:
SWRevealViewController *revealController = [self revealViewController];
revealController.rearViewRevealWidth = 300.0f;
but it work after 2 clicks of menu (menu opened 2 times).
Why it works after 2 clicks?
Thanks a lot