๐ฐ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 : Hashable
Last updated
Was this helpful?