[–] [deleted] 11y ago ↗ (comment deleted) [–] dnn 11y ago ↗ This should be possible by changing the coordinates of the UIImageView (or changing the constraints if using autolayout) and then calling UIImageView.layoutIfNeeded() within the animation block [–] [deleted] 11y ago ↗ (comment deleted) [–] glass_of_water 11y ago ↗ Does the cell height change during this animation? [–] smtddr 11y ago ↗ oops, sorry everyone from deleting my comment.Turns out this worked: http://stackoverflow.com/questions/29404586/uiview-animation...But when my animations get more complex, I may use this repo.Thanks, [–] kimjune01 11y ago ↗ Try beginUpdates: and endUpdates:
[–] dnn 11y ago ↗ This should be possible by changing the coordinates of the UIImageView (or changing the constraints if using autolayout) and then calling UIImageView.layoutIfNeeded() within the animation block
[–] glass_of_water 11y ago ↗ Does the cell height change during this animation? [–] smtddr 11y ago ↗ oops, sorry everyone from deleting my comment.Turns out this worked: http://stackoverflow.com/questions/29404586/uiview-animation...But when my animations get more complex, I may use this repo.Thanks,
[–] smtddr 11y ago ↗ oops, sorry everyone from deleting my comment.Turns out this worked: http://stackoverflow.com/questions/29404586/uiview-animation...But when my animations get more complex, I may use this repo.Thanks,
6 comments
[ 4.5 ms ] story [ 21.7 ms ] threadTurns out this worked: http://stackoverflow.com/questions/29404586/uiview-animation...
But when my animations get more complex, I may use this repo.
Thanks,