FAPanels icon indicating copy to clipboard operation
FAPanels copied to clipboard

FAPanels - Swift

Results 19 FAPanels issues
Sort by recently updated
recently updated
newest added

### Issue: I found an issue where the panel controller does not check the `supportedInterfaceOrientations` property of the centered view controller when rotating. Check out the documentation for `supportedInterfaceOrientations` here:...

Hi Bro, I try your Menu Its working Good . Great Job I have one Problem . I need top view controller / Current View Controller how to i get...

Please give an advice how to set drop shadow on center controller when it appears above left panel. Thank you!

enhancement

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 =...

bug

I'm a n00bie in Swift and Xcode, and i can't understand the problem... I can't call that function because is declared "internal", i tried to remove the internal declaration, but...

question

It would be most ideal if this control would also support a splitview configuration, where multiple panels are in view and active at the same time. Similar to JASidePanels, but...

enhancement

For initial requirements see https://github.com/fahidattique55/FAPanels/issues/43.

enhancement

Hi thanks for this nice library, its really helpful for n00b like me. I try to close left panel from left panel view controller by using `panel?.closeLeft()` What i expect...

enhancement
question

Every thing's OK with the left side menu's shadow, but there isn't shadow for right side menu. I tried below code, and seems it only works for left side: `rootController.configs.shadowOppacity...

enhancement