Hi, the tutorial is awesome, but I have encountered a problem while I followed the code: the position of the controls in viewWillAppear doesnโt work (I try to print the x value of the center of the label or button, it is OK, but the position in the simulator is still the initial one), however, the code in viewDidAppear works fine! If I put the code like heading.center.x -= view.bounds.width in viewDidAppear the animation will looks wried. Why the result differs in my code? Thanks very much for your tutorial and the help!
Hi, Great tutorial on animation. Got me started. I also been following Rayโs course on Udemy. Iโm trying to have have similar effect for elements inside a StackView but getting very strange results. I suspect there is some difference in coordinates system for elements nested inside stackviews.