Contents

hidden

A Boolean value that determines whether the cell hides the accessory.

Declaration

@property (nonatomic, getter=isHidden) BOOL hidden;

Discussion

A hidden accessory takes up space in the layout, but it isn’t visible and doesn’t provide any behaviors.

Use this property to achieve a consistent layout across cells when some cells show this type of accessory and others don’t.

See Also

Customizing appearance