ios - All UIView Transition Animations Stop Working -


i have app who's main view has 5 modal transitions (presentviewcontroller) , 1 custom drop down animation ([uiview animatewithduration:0.15 delay:0.0 options:uiviewanimationoptioncurveeaseinout animations:^ { ...).

for reason - potentially connected updating new xcode 7 beta - after couple second animations, including ios view transitions, stop animating entire app.

i'm aware calayer has it' own animation thread didn't think blocked.

i can't share code unfortunately, have idea of start looking?

i've looked @ things can find here , none of answers seem particular type of issue.

thanks

this can happen if you're calling ui thread other main.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -