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?
Just have an if statement to determine the correct size of the sidebar. something like this:
if(device == iPad) _rearViewRevealWidth = 600.0f; else if(device == iPhone) _rearViewRevealWidth = 260.0f;