---
title: UIView.ReservedRegion
framework: UIKit
role: symbol
role_heading: Structure
platforms: [iOS 27.1+, iPadOS 27.1+]
path: uikit/uiview/reservedregion
---

# UIView.ReservedRegion

A region within a view’s coordinate space that another entity occupies.

## Declaration

```swift
struct ReservedRegion
```

## Overview

Overview A reserved region indicates that another entity occupies an area within a view’s coordinate space that the view doesn’t own. Arrange your view content to account for this region. Each region describes a frame, margins, active state, and an identifier. There are two categories of reserved regions: Read reserved regions using the reservedRegions(kind:options:) method, which returns all of the reserved regions that currently intersect your view regardless of whether they are currently active.

## Topics

### Getting region details

- [frame](uikit/uiview/reservedregion/frame.md)
- [isActive](uikit/uiview/reservedregion/isactive.md)
- [kind](uikit/uiview/reservedregion/kind-swift.property.md)
- [UIView.ReservedRegion.Kind](uikit/uiview/reservedregion/kind-swift.struct.md)
- [margins](uikit/uiview/reservedregion/margins.md)

### Querying reserved regions

- [UIView.ReservedRegion.QueryOptions](uikit/uiview/reservedregion/queryoptions.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Identifiable](swift/identifiable.md)

## See Also

### Reserved regions

- [reservedRegions(kind:options:)](uikit/uiview/reservedregions(kind:options:).md)
