@razacodes Its a daily battle fighting the imposter syndrome. I first learnt to code over 20 years ago. Today, I see something new that I don't immediately understand and I feel like I am back to day 1. Even if I totally do not need to know that thing. Sheesh. ๐
#iostipschallenge day 24
Instead of calling `view.layoutIfNeeded` on your animated views in an animation block, you can use the `.layoutSubviews` animation option.
UIKit will take care of laying out the views you animate.