Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIAlertView Dismissal Interfering with Animations #50

Open
primeobsession opened this issue Sep 11, 2013 · 0 comments
Open

UIAlertView Dismissal Interfering with Animations #50

primeobsession opened this issue Sep 11, 2013 · 0 comments

Comments

@primeobsession
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant