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

# shouldPresentInFullscreen

A Boolean value indicating whether the presentation covers the entire screen.

```
var shouldPresentInFullscreen: Bool { get }
```

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the presentation covers the screen or <doc://com.apple.documentation/documentation/Swift/false> if it covers all or part of the current view controller only.

## Discussion

The default implementation of this method returns <doc://com.apple.documentation/documentation/Swift/true>, indicating that the presentation covers the entire screen. You can override this method and return <doc://com.apple.documentation/documentation/Swift/false> to force the presentation to display only in the current context.

If you override this method, do not call `super`.

---

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)