Contents

isAccessoryViewDisclosed

A Boolean value that indicates whether the panel’s accessory view is visible.

Declaration

var isAccessoryViewDisclosed: Bool { get set }

Discussion

The value of this property is true when the accessory view is visible, and false when it isn’t. Setting the value of this property programmatically changes the visibility of the accessory panel. If no accessory panel is present, setting this property does nothing.

See Also

Configuring the Open Panel