ios - View Transition where view has constraints -


i creating custom view transition view controller being presented swings down, using uidynamicanimator. animation works in swinging entire view down, except when move toview off screen in preparation swinging, subviews move due position constraints, altering view.

to avoid this, either make copy of entire view controller use or stop subviews autolayouting?

so issue 1 of constraints top layout guide, meaning when moved vc, moved views within. fixed making constraint based off of superview, , works perfectly.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -