Contents

isEnabled

A Boolean value that indicates whether the tooltip interaction is in the enabled state.

Declaration

var isEnabled: Bool { get set }

Discussion

A view or control can only display a tooltip from an enabled interaction. Set the value of the isEnabled property to true to enable the interaction or false to disable it. The default value is true.

See Also

Managing the interaction