<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/DocumentLaunchGeometryProxy",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI27DocumentLaunchGeometryProxyV"
  },
  "title" : "DocumentLaunchGeometryProxy"
}
-->

# DocumentLaunchGeometryProxy

A proxy for access to the frame of the scene and its title view.

```
struct DocumentLaunchGeometryProxy
```

## Topics

### Getting the geometry

[`var frame: CGRect`](/documentation/SwiftUI/DocumentLaunchGeometryProxy/frame)

Frame of the document launch interface.

[`var titleViewFrame: CGRect`](/documentation/SwiftUI/DocumentLaunchGeometryProxy/titleViewFrame)

Frame of the title view within the interface.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)