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
Build upon the basics and create more complex non-constraint animations.
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
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