PanModal
PanModal copied to clipboard
How to make presentingViewController interactable ?
trafficstars
Hi , nice one , but I have a question
How to make presentingViewController interactable, and the panModal interactable also
I mean I can slide the pan to the top, middle, dismiss , and keep bottom ViewController toucheable
I use this , but the pan stop interacting
var isUserInteractionEnabled: Bool { return false }
I think need to present UIView, not VC. But I don't know how to present UIView via PanModal.
for me the question remains relevant