aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

How to set fix width in side menu for all device? #241

Open maulikshah09 opened 7 years ago

maulikshah09 commented 7 years ago

hi i have problem in my side menu width.every iphone have different side menu?so i need to set width is fix ? I know that following property

[SlideNavigationController sharedInstance].portraitSlideOffset = 60;

But every device changed width of my side menu ?

Please help me