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

Main Controller view's background color is black but toggling drawer shows white border #409

Open pauleen-villareal-itfaq opened 5 years ago

pauleen-villareal-itfaq commented 5 years ago

My main controller view's background color is black but when I toggle the right drawer, it shows a white background. Can we change that to black as well so the main controller won't be obvious to be squared out?

simulator screen shot - iphone x - 2018-11-14 at 16 31 00

mohamed461994 commented 5 years ago

i have the same problem have you solved it ?

pauleen-villareal-itfaq commented 5 years ago

i have the same problem have you solved it ?

Not yet. :(

mohamed461994 commented 5 years ago

if you just need to change that gray color around the main controller you can need to change your app window background UIApplication.shared.keyWindow?.backgroundColor = .red in my case it's working but i need to stop the main controller transition when the right menu is opened

pauleen-villareal-itfaq commented 5 years ago

if you just need to change that gray color around the main controller you can need to change your app window background UIApplication.shared.keyWindow?.backgroundColor = .red in my case it's working but i need to stop the main controller transition when the right menu is opened

It is not working for me. What do you mean you have to stop the main controller transition? But you opened an issue regarding that one. So how did you make this work?

nitin-agam commented 5 years ago

Did anyone find any solution for this issue?

pauleen-villareal-itfaq commented 5 years ago

Did anyone find any solution for this issue?

I did not. :(