scenee / FloatingPanel

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

Is it possible to disable attraction between anchors? #623

Open WillBishop opened 8 months ago

WillBishop commented 8 months ago

I'd like to disable the attraction between .tip and .full and allow the user to place the panel wherever they like. I read through #434, which looks like it was the question as this, but that went a bit off topic and then was closed.

If this is possible without changing the code of FloatingPanel I'd love to know how, otherwise I can fork it and take a poke around.

scenee commented 6 months ago

@WillBishop I'm sorry for my late reply. The answer is no now, but I'm considering to add an delegate method to make it possible.