shouldPresentInFullscreen
A Boolean value indicating whether the presentation covers the entire screen.
Declaration
var shouldPresentInFullscreen: Bool { get }Return Value
true if the presentation covers the screen or false if it covers all or part of the current view controller only.
Discussion
The default implementation of this method returns true, indicating that the presentation covers the entire screen. You can override this method and return false to force the presentation to display only in the current context.
If you override this method, do not call super.