You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: