Closed tarastomchuk closed 6 years ago
Hi there, dismiss() popover not working.
What I have: let popover = Popover
let popover = Popover
The in didSelectRowAt i call: popover.dismiss() but it's not working. Also tried dismissOnBlackOverlayTap(Bool) - no result as well.
popover.dismiss()
Any thoughts?
EDIT: figured it out myself, sorry
Hi there, dismiss() popover not working.
What I have:
let popover = Popover
The in didSelectRowAt i call:
popover.dismiss()
but it's not working. Also tried dismissOnBlackOverlayTap(Bool) - no result as well.Any thoughts?
EDIT: figured it out myself, sorry