reservedRegions(kind:options:)
Returns the reserved regions of a given kind and options.
Declaration
@MainActor @preconcurrency func reservedRegions(kind: UIView.ReservedRegion.Kind, options: UIView.ReservedRegion.QueryOptions = []) -> [UIView.ReservedRegion]Parameters
- kind:
The kind of the region.
- options:
The options for querying the reserved regions.