# `GSEditViewController.bottomView`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var bottomView: GSColorBackgroundView { get set }
```

```objc
@property (nonatomic, unsafe_unretained) GSColorBackgroundView * bottomView;
```

```python
bottomView() -> GSColorBackgroundView
setBottomView_(bottomView: GSColorBackgroundView)
```

