scenee / FloatingPanel

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

add tap recognizers to parent vc #555

Open mahadshahib opened 2 years ago

mahadshahib commented 2 years ago

i am adding floating panel as a child view of my main vc , i want to have tapgestures on mainview items and i currenlty presented floating panel on .half state , but tounches not recognized on parent view because i think floating panel backview is intrupting and is in front of other views what is the solution?

scenee commented 2 years ago

These points may help you.