Skip to content

Sometimes can not grab and move #320

@kohemon

Description

@kohemon

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions