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
Post a Comment