isVisible
A Boolean value that indicates whether the item is currently visible in the toolbar, and not in the overflow menu.
Declaration
var isVisible: Bool { get }Discussion
The value of this property is true when the item is visible in the toolbar, and false when it isn’t in the toolbar or is present in the toolbar’s overflow menu. This property is key-value observing (KVO) compliant.