.background(GeometryReader { gp -> Color in let rect = gp.frame(in: .named("OuterV")) // < in specific container // let rect = gp.frame(in: .global) // < in window // let rect = gp.frame(in: .local) // < own bounds print("Origin: \(rect.origin)") return Color.clear })
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter