Results 120 comments of Shin Yamamoto

Thank you for your feature request and detail description about it. I will consider this feature. I think this library might need a new API for it, a delegate method...

I created `iss-455` branch for this use case. Instead of adding a new delegate method, I fixed the scroll tracking feature a bit. In this branch, you're able to turn...

Thank you for your feedback. I understood track/untrack APIs are not enough for the use case. I'll try to reconsider the API design.

@KirylBelasheuski I'm sorry for my late reply. Thank you for your feedback. I will check the case.

I've finally added the new delegate method, `floatingPanel(_:shouldAllowToScroll) -> Bool` in the main branch. It allows the library user to determine whether the content scrolls or not in certain state....

`FloatingPanelAdaptiveLayoutAnchor` might help your use case. https://github.com/SCENEE/FloatingPanel/releases/tag/2.1.0

Could you please let me know more detail about "dynamic size/height" following [this format](https://github.com/SCENEE/FloatingPanel/blob/master/.github/ISSUE_TEMPLATE.md)? A sample code and the expected behavior could make it easy for me to help you.

> Is there any to lock the panel and prevent going to tip state and support only half and full? Does `lock the panel` mean that a panel doesn't become...

Aha, I might be able to understand your expectation. How about this code?(please use this with the above layout) You can control a panel move in `floatingPanelDidMove` delegate method. This...

You look use a top positioned panel. The above example code is for a bottom positioned panel. So in addition to the change of [your comment](https://github.com/SCENEE/FloatingPanel/issues/399#issuecomment-716126047), please try this in...