I am using JASidePanels in my app and everything is so far so good. My design team have come up with a UI design like this, when the side panel is shown or revealed,
But I am able to reproduce like! this.
What all I have tried so far:
I tried setting the center panels background color to the image that I have in the right panel - No luck.
I tried setting the sidePanel.view.backgroundColor and also tintColor - No luck.
Any help is appreciated!
This is JASidePanels's bug , however they fixed the issue by doing this: in the JASidePanelsController add below code to
_adjustCenterFrame
Also in
_layoutSideContainers
add :reference :
https://github.com/hamin/JASidePanels/commit/81ae7514d275d9242ad268ab818441c8d786a63e
and
https://github.com/gotosleep/JASidePanels/pull/164