<!--
{
  "availability" : [
    "iOS: 3.0.0 - 16.0.0",
    "iPadOS: 3.0.0 - 16.0.0",
    "macCatalyst: 13.1.0 - 16.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIMenuController/menuFrame",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIMenuController(py)menuFrame"
  },
  "title" : "menuFrame"
}
-->

# menuFrame

Returns the frame of the editing menu.

```
var menuFrame: CGRect { get }
```

## Discussion

The property value is the bounding rectangle of the menu in screen coordinates. The property has a value of <doc://com.apple.documentation/documentation/CoreGraphics/CGRectZero> if the menu is not visible. You can use this property to adjust any user-interface objects away from the menu after displaying the menu.

---

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)