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

Using twice with different results

JulesMoorhouse opened this issue · comments

I'm using this popup as a cancel confirmation when someone taps the close button.

However, I'd like to use a second time, for when someone taps the back button.

But I need to do different things depending on which.

I did think I could simple set a tag, but I 23942 back, not sure why.

Any suggestions?

Nevermind :)