CaliCastle / PopMenu

A fully customizable popup style menu for iOS 😎
https://popmenu.cali.so
MIT License
1.62k stars 185 forks source link

Dismiss PopMenu Programmatically #55

Closed BBITSDev closed 4 years ago

BBITSDev commented 4 years ago

✔️ Issue Checklist

✍🏻 Issue Description

How to dismiss PopMenu programmatically? I am using PopMenuManager to show menu.

💻 Environment

divyeshmakwana96 commented 4 years ago

PopMenu is just a UIViewController. You should be able to close is with UIViewController's dismiss method.

BBITSDev commented 4 years ago

Thanks