chrismiles/CMPopTipView

UIAlertView Dismissal Interfering with Animations

Opened this issue · 0 comments

I don't know if this is really an issue or something I should have figured out right away. I am far from an animation expert.

I have a UIAlert that is posing options to a user. In the event of one option, I wanted to throw a PopTipView up and point it at a NavBarItem. The PopTipView was animating in and then disappearing right away.

The fix was very simple. In the clickedButtonAtIndex delegate method I executed a delayed selector instead of calling presentPointingAtBarButtonItem directly from the clickedButtonAtIndex method.

Its working now. Thank you so much! This control rocks!