ios - Update Subview in a Xib while animating bounds of superview -
i working on animating in modal-like window, has been built in xib using auto-layout constraints. attempting make appear grow uitableviewcell on tap. i've noticed superview animate it's bounds (width , height) using cakeyframeanimation(keypath: "bounds.size"), while none of it's subviews change @ all.
i not want use catransform3d ends distorting images , text in subview.i've tried layoutifneeded() before , after animation, doesn't seem make difference on animating subviews.i tried snapshotting, not work because view not rendered on screen until animation begins.
any thoughts on making work appreciated.
Comments
Post a Comment