Contents

isUserInteractionEnabled

A Boolean value that determines whether the system ignores and removes user events for this label from the event queue.

Declaration

var isUserInteractionEnabled: Bool { get set }

Discussion

UILabel inherits this property from the UIView parent class. This class changes the default value of this property to false.

See Also

Related Documentation

Accessing additional attributes