Last updated 3 years ago
Was this helpful?
โฉ โฉ โฉ
้กไผผ Keynote ็ "Magic Move"
- matched geometry effect with or without animation.
.
โฉ
(strut)
Thinking in SwiftUI
Ch. 4 - Layout, Drawing methods, Matched Geometry Effect (p.72)
Ch. 5 - Custom Layout, Anchors (p.100)
Ch. 6 - Animations, Matched Geometry Effect (p.114)
SwiftUI Lab โฉ MatchedGeometryEffect
AppCoda โฉ
objc.io โฉ Matched Geometry Effect ()
Design+Code โฉ
is .
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 : Hashable