-
-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Description
Short description
I added the FloatingPanel in the FloatingPanel's ContentView.
In this case, I sometimes can not grab and move the FloatinPanel.
It works in a tracked TableView.
Expected behavior
It should be able to move with GrabberView and Header part.
Steps to reproduce
class FloatingContentViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
fpc = FloatingPanelController()
let contentVC = SecondContentViewController()
fpc.set(contentViewController: contentVC)
fpc.track(scrollView: contentVC.tableView)
fpc.addPanel(toParent: self)
}
}
Environment
FloatinPanel 1.7.2
Xcode 11.2.1
Mac OS 10.15.1 Beta(19B77a)
Installation method
CocoaPods
I attach the URL of the video.
https://imgur.com/a/ouRC62n
Metadata
Metadata
Assignees
Labels
No labels