TKListViewCell Class Reference
Inherits from | TKListViewReusableCell : UICollectionViewCell |
Declared in | TKListViewCell.h |
Tasks
-
swipeBackgroundView
property -
imageView
property -
reorderHandle
property -
detailTextLabel
property -
contentInsets
property -
offsetContentViewInMultipleSelection
property
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