SlideMenuControllerSwift icon indicating copy to clipboard operation
SlideMenuControllerSwift copied to clipboard

white space bar

Open developer0017 opened this issue 7 years ago • 3 comments

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

developer0017 avatar Dec 23 '17 09:12 developer0017

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

soemarko avatar Jan 13 '18 08:01 soemarko

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

**public static var contentViewScale: CGFloat = 1.00**

ravifullestop avatar Feb 26 '18 14:02 ravifullestop

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

soemarko avatar Feb 26 '18 15:02 soemarko