scenee / FloatingPanel

A clean and easy-to-use floating panel UI component for iOS
MIT License
5.61k stars 509 forks source link

Disable floating panel for long top dragging #589

Closed CaramelHeaven closed 1 year ago

CaramelHeaven commented 1 year ago

In version >2 I can do this

https://github.com/scenee/FloatingPanel/assets/22114376/e6a5b398-aa47-404d-ae07-46ec5db67df8

How can I disable this behavior ? I guess I can create table\collection view inside my contentVC like in "Samples" folder in named example "Scroll tracking" but I wanna do my wishes without scroll view

In version 1.7.6 I have desired behavior

https://github.com/scenee/FloatingPanel/assets/22114376/200c4b87-d5b4-4d06-a97b-9cfacaf3dffc

CaramelHeaven commented 1 year ago

Ok, the answer is here, https://github.com/scenee/FloatingPanel/issues/399#issuecomment-719074282

it would be better if samples will be more documented, thanks.