Kodeco Forums

Video Tutorial: Beginning iOS Animation Part 6: Intermediate Non Auto Layout Animations

Build upon the basics and create more complex non-constraint animations.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3422-beginning-ios-animation/lessons/7

Hi Marin, thanks for the video! I noticed the animation has the helperLabel reflecting the new value before the animation begins. Should let helperLabel = duplicateLabelFrom(departingFrom) not go before departingFrom.text = data.departingFrom?

Oh hey, thanks for spotting this - we must’ve missed to remove the line that updates the label when bundling up the source code for this video. We’ll definitely fix this when we do a round of updates to the series :+1:

1 Like

Remove
departingFrom.text = data.departingFrom
at line 56.

After finishing the challenge and running it, there is some choppiness in the animations to get started then smoothes out. Just wondering if this could get cleaned up