How To Animate AutoLayout Constraints in MVVM With Combine

Easily animate views in your iOS apps

Riccardo Cipolleschi
Better Programming
Published in
5 min readAug 10, 2021

--

Smartphone and laptop on desk
Photo by Raagesh C on Unsplash

In my article last week, we explored how to write the layout of our apps using AutoLayout.

This technology is more declarative than manipulating the frames. Although it is more verbose, we can easily create a small Domain-Specific Language (DSL) to simplify it. It also takes…

--

--

Hey there, I’m Riccardo. Software engineer at Meta. I have a passion for iOS and I love to share my knowledge with others.