---
title: fullScreenAccessoryViewMaxHeight
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstoolbar/fullscreenaccessoryviewmaxheight
---

# fullScreenAccessoryViewMaxHeight

The maximum height of the toolbar’s full screen accessory view, in points.

## Declaration

```swift
var fullScreenAccessoryViewMaxHeight: CGFloat { get set }
```

## Discussion

Discussion The fullScreenAccessoryViewMaxHeight is used when displaying a fully revealed menu bar. During the reveal, the toolbar’s accessory view’s frame is interpolated between its fullScreenAccessoryViewMinHeight and fullScreenAccessoryViewMaxHeight properties. By default the maximum height gets set to the height of the accessory view’s frame when it’s set.

## See Also

### Deprecated

- [centeredItemIdentifier](appkit/nstoolbar/centereditemidentifier.md)
- [fullScreenAccessoryView](appkit/nstoolbar/fullscreenaccessoryview.md)
- [fullScreenAccessoryViewMinHeight](appkit/nstoolbar/fullscreenaccessoryviewminheight.md)
- [sizeMode](appkit/nstoolbar/sizemode-swift.property.md)
- [NSToolbar.SizeMode](appkit/nstoolbar/sizemode-swift.enum.md)
