SwiftUI

Using matchedGeometryEffect to Create View Animations in iOS 14


In iOS 14, Apple introduced a lot of new additions to the SwiftUI framework like LazyVGrid and LazyHGrid. But matchedGeometryEffect is the new one that really caught my attention because it allows developers to create some...