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

viewWillAppear of the popup is called twice

Piero87 opened this issue · comments

Hello, i notice that the viewwillappear method of the UIViewController i pass here:

presentPopupViewController

for the display in the pop up is called twice, why?