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

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -