CaliCastle / PopMenu

A fully customizable popup style menu for iOS 😎

Home Page:https://popmenu.cali.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dismiss PopMenu Programmatically

BBITSDev opened this issue Β· comments

commented

βœ”οΈ Issue Checklist

✍🏻 Issue Description

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

πŸ’» Environment

  • iOS Version: 13.5
  • Xcode Version: 11.5
  • Device(s): Simulator
  • Simulator?: β˜‘οΈ or ❌

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

commented

Thanks