Contents

isHidden

Determines whether the item is currently displayed.

Declaration

var isHidden: Bool { get set }

Discussion

The default value of this property is false. As an optimization, the collection view might not create the corresponding view if this property is set to true.

See Also

Accessing the layout attributes