MJPopupViewController
MJPopupViewController copied to clipboard
Dismissing before view has fully appeared
Crashes (exc_bad_access) when you tap while the view is in the process of fading in. As far as I can tell, this is NOT happening when dismissPopupViewContollerAnimated is called; just when the popup dismisses due to tapping "outside the view" (which can, at this stage, be visually inside the view -- but since the view isn't fully visible, it's still catching it as an outside-the-view tap).