How can I resize Front View of SWRevealViewController like this?
Asked
Active
Viewed 172 times
1

rmaddy
- 314,917
- 42
- 532
- 579

ngoctung.nguyen2408
- 91
- 1
- 8
-
see this http://stackoverflow.com/questions/28578415/modify-frame-of-the-frontview-in-swrevealviewcontroller – Anbu.Karthik Apr 12 '17 at 07:22
-
http://stackoverflow.com/questions/25175982/how-to-show-resized-sidebar-using-swrevealviewcontroller – Anbu.Karthik Apr 12 '17 at 07:23
-
In a delegate method: revealController.rearViewRevealWidth = 300 – Sivajee Battina Apr 12 '17 at 07:32
-
@SivajeeBattina - thats rearview, not a front view – Anbu.Karthik Apr 12 '17 at 07:40
-
No. In storyboard, rearView is MenuView, frontView is ViewController. That is properties of SWRevealViewController. – ngoctung.nguyen2408 Apr 12 '17 at 07:46