<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIViewLayoutRegion",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIViewLayoutRegion"
  },
  "title" : "UIViewLayoutRegion"
}
-->

# UIViewLayoutRegion

```
@interface UIViewLayoutRegion : NSObject
```

## Topics

### Type Methods

[`+ (UIViewLayoutRegion *) layoutRegionForBarOnDirectionalEdge:(NSDirectionalRectEdge) edge extent:(CGFloat) extent;`](/documentation/UIKit/UIViewLayoutRegion/layoutRegionForBarOnDirectionalEdge:extent:)

Returns a bar layout region of a given extent on a given directional edge.

[`+ (UIViewLayoutRegion *) layoutRegionForBarOnEdge:(UIRectEdge) edge extent:(CGFloat) extent;`](/documentation/UIKit/UIViewLayoutRegion/layoutRegionForBarOnEdge:extent:)

Returns a bar layout region of a given extent on a given edge.

[`+ (UIViewLayoutRegion *) marginsLayoutRegionWithCornerAdaptation:(UIViewLayoutRegionAdaptivityAxis) adaptivityAxis;`](/documentation/UIKit/UIViewLayoutRegion/marginsLayoutRegionWithCornerAdaptation:)

[`+ (UIViewLayoutRegion *) readableContentLayoutRegionWithCornerAdaptation:(UIViewLayoutRegionAdaptivityAxis) adaptivityAxis;`](/documentation/UIKit/UIViewLayoutRegion/readableContentLayoutRegionWithCornerAdaptation:)

[`+ (UIViewLayoutRegion *) safeAreaLayoutRegionWithCornerAdaptation:(UIViewLayoutRegionAdaptivityAxis) adaptivityAxis;`](/documentation/UIKit/UIViewLayoutRegion/safeAreaLayoutRegionWithCornerAdaptation:)

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)