Closed iosHumhae closed 2 years ago
If it is presented as a child view controller: The dismiss action calls FloatingPanelController.removePanelFromParent()
internally. So you need to call addPanel(toParent:)
again to present a panel.
If it is presented as a modality: The dismiss action calls FloatingPanelController.dismiss
as its name implies . So you need to present a panel again.
cool! The solution you gave me was very helpful in solving my problem.
Display via fpc.move function does not work after closing the floating panel by tapping the background. How can I solve this?