John-Lluch / SWRevealViewController

A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps, done right !
Other
4.52k stars 989 forks source link

When I opened the app in iPad reveal showing only 1/3 rd of the screen how can I fit the 75% of the screen can you please help me ? #783

Open saikishoreagrapalem opened 6 years ago

saikishoreagrapalem commented 6 years ago

Actually I found the one issue that I had recognize initDefaultProperties method there will be splitting _rearViewRevealWidth,_rightViewRevealWidth we are setting here but how can I fix this issues when I open in iPad it should cover 75 of the screen please help me on this ??????

iDevelopper commented 6 years ago
    self.revealViewController().rearViewRevealWidth = UIScreen.main.bounds.size.width * 0.75
saikishoreagrapalem commented 6 years ago

yes its working fine now then I need to give the blur view for that reamanining 25 of the revealed screen in both iPhone and iPad can you please help me ?