Anchor preferences in SwiftUI | Majid’s blog about Swift development
swiftwithmajid.comAnchor preferences are a type of view preferences provided by SwiftUI. The main goal of anchor preferences is to pass layout data like bounds, center coordinates, etc. to its parent view. Majid writes all about it in this article.
Read more...