martinjuhasz / MJPopupViewController

A UIViewController Category to display a ViewController as a popup with different transition effects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to update the background View

iThinkSolutions opened this issue · comments

If I perform an action on the popupView, how do I update it in the background View.

For example- if I press a button in popupView to change UILabel text in the background, how do I update the background View without closing the popup or how do I check if popup has been closed so that the background view can be updated.