Inherits from TKListViewReusableCell : UICollectionViewCell
Declared in TKListViewCell.h

Overview

A cell in a list view.

Properties

contentInsets

Defines insets that are applied to the content of the contentView.

@property (nonatomic) UIEdgeInsets contentInsets

Declared In

TKListViewCell.h

detailTextLabel

A text label that may be used to display detailed text below the main text label in the cell.

@property (nonatomic, strong, readonly, nonnull) UILabel *detailTextLabel

Declared In

TKListViewCell.h

imageView

A default view in the cell that may be used to display an image.

@property (nonatomic, strong, readonly, nonnull) UIImageView *imageView

Declared In

TKListViewCell.h

offsetContentViewInMultipleSelection

Determines whether the content view will offset to reveal the multiple selection indicator.

@property (nonatomic) BOOL offsetContentViewInMultipleSelection

Declared In

TKListViewCell.h

reorderHandle

A visual glyph used as hint that cell can be dragged when cell reorder is enabled.

@property (nonatomic, strong, nonnull) UIView *reorderHandle

Declared In

TKListViewCell.h

swipeBackgroundView

The background view that becomes visible after the user swipes the content view.

@property (nonatomic, strong, readonly, nonnull) UIView *swipeBackgroundView

Declared In

TKListViewCell.h