개발

SwiftUI에서 Hero animation 사용하기

소소ing 2023. 1. 17. 16:56
반응형

출처↓

 

Hero animations in SwiftUI

Animation is one of the powerful features of SwiftUI. I was shocked when I saw how easy we could animate changes in view hierarchy by simply mutating @State properties and attaching animation modifiers. This week we will talk about another animation type c

swiftwithmajid.com

 

KeyPoint

matchedGeometryEffect

 

예시

 

 

 

반응형