dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

white space bar #362

Open developer0017 opened 6 years ago

developer0017 commented 6 years ago

I have integrated your slidemenucontroller in my app, but it has some issue. Why is there small white space? screen shot 2017-12-23 at 10 57 52 am

soemarko commented 6 years ago

Could be scaling issue I've just encountered.

0820779a-aeaa-428f-841c-b023b1ab5173

I've actually change the code to just resize the frame and rather than scaling it down.

screenshot 2018-01-13 03 11 52
ravifullestop commented 6 years ago

There is one parameter in configuration, you can change it to 1.00 :

**public static var contentViewScale: CGFloat = 1.00**
soemarko commented 6 years ago

@ravifullestop no, I still want to scale it down. just without the white space above the navigation bar.