corin8823 / Popover

Popover is a balloon library like Facebook app. It is written in pure swift.
MIT License
2.09k stars 326 forks source link

dismiss() not working #107

Closed tarastomchuk closed 6 years ago

tarastomchuk commented 6 years ago

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