Is there any way to get the size of a child view in SwiftUI?
I\'m basically looking to do the UIKit equivalent of:
You can use AnchorPreferences to bubble information about a child view's geometry up to a parent view. See: https://swiftui-lab.com/communicating-with-the-view-tree-part-2/