๐ฐMatched Geometry Effect
SwiftUI โฉ Drawing โฉ Matched Geometry Effect โฉ
้กไผผ Keynote ็ "Magic Move"
func matchedGeometryEffect<ID>(
id: ID, // group id of views
in namespace: Namespace.ID, // avoid id collision
properties: MatchedGeometryProperties = .frame,
anchor : UnitPoint = .center,
isSource : Bool = true
) -> some View
where ID : HashableMGE โฉ animation - matched geometry effect with or without animation.
SwiftUI โฉ
Namespace (strut)
MatchedGeometryProperties (strut)
SwiftUI Lab โฉ MatchedGeometryEffect
objc.io โฉ Matched Geometry Effect (Part 1)
Design+Code โฉ Matched Geometry Effect
Last updated
Was this helpful?