FAPanels icon indicating copy to clipboard operation
FAPanels copied to clipboard

SidePanel gap after rotation.

Open sedwo opened this issue 5 years ago • 2 comments

I configure the panels like this:

    func configureSidePanelController() -> FAPanelController {
        let panelVC = FAPanelController()

        panelVC.configs.panFromEdge = true
        panelVC.configs.unloadRightPanel = true

        panelVC.configs.resizeLeftPanel = true
        panelVC.configs.resizeRightPanel = true

        panelVC.configs.leftPanelWidth = 0
        panelVC.configs.rightPanelWidth = 0
        panelVC.configs.leftPanelGapPercentage = hardwareDevice.isPad ? 0.5 : 0.8
        panelVC.configs.rightPanelGapPercentage = hardwareDevice.isPad ? 0.5 : 0.8

        panelVC.leftPanelPosition = .front
        panelVC.rightPanelPosition = .front

And exhibit this:

image

Video here:

sidePanelGap.mp4.zip

sedwo avatar Oct 18 '18 21:10 sedwo

@sedwo

Thanks for reporting this. I will look into it tonight.

fahidattique55 avatar Nov 08 '18 01:11 fahidattique55

@sedwo

I am unable to generate this issue. How did you generated this? Can you share what configs are you using for panel ?

fahidattique55 avatar Nov 14 '18 07:11 fahidattique55