I have been using SWRevealViewController and so far its great. I have a slide out panel on the right side and when open the rear view contents is sized to fill the full screen cutting some of the left hand side of the rear view off. Is there a way to resize the rear view so it better fits the open space when the right menu is open?
I though I could just set the bounds such as
self.view.bounds.size = CGSize(width: 200, height: self.view.bounds.height)
but this doesn't seem to do anything