PopupController icon indicating copy to clipboard operation
PopupController copied to clipboard

How to dismiss the pop up inside it?

Open Eric0625 opened this issue 8 years ago • 1 comments

I use self.dismiss function but the parent viewcontroller is dismissed

Eric0625 avatar Dec 14 '17 06:12 Eric0625

I added following code as a hack in sizeforPopup method before returning popup size closeHandler = { popupController.dismiss() } Optionally you can edit PopupController.swift and add one more protocol maybe setCloseHandler(_ popupController: PopupController) if you want to perform more actions along with close popup.

arvindnikam avatar Mar 09 '18 22:03 arvindnikam