---
title: extendedLayoutIncludesOpaqueBars
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiviewcontroller/extendedlayoutincludesopaquebars
---

# extendedLayoutIncludesOpaqueBars

A Boolean value indicating whether or not the extended layout includes opaque bars.

## Declaration

```swift
var extendedLayoutIncludesOpaqueBars: Bool { get set }
```

## Discussion

Discussion The default value of this property is false. note: Bars are translucent by default in iOS 7.0

## See Also

### Configuring the view’s layout behavior

- [edgesForExtendedLayout](uikit/uiviewcontroller/edgesforextendedlayout.md)
- [UIRectEdge](uikit/uirectedge.md)
- [viewWillLayoutSubviews()](uikit/uiviewcontroller/viewwilllayoutsubviews().md)
- [viewDidLayoutSubviews()](uikit/uiviewcontroller/viewdidlayoutsubviews().md)
- [updateViewConstraints()](uikit/uiviewcontroller/updateviewconstraints().md)
