Inherits from UIView
Declared in TSTableViewCell.h

Properties

backgroundImageView

@property (nonatomic, strong) UIImageView *backgroundImageView

detailsLabel

@property (nonatomic, strong) UILabel *detailsLabel

iconView

@property (nonatomic, strong) UIImageView *iconView

reuseIdentifier

@property (nonatomic, strong, readonly) NSString *reuseIdentifier

textLabel

@property (nonatomic, strong) UILabel *textLabel

Instance Methods

initWithReuseIdentifier:

- (id)initWithReuseIdentifier:(NSString *)reuseId

prepareForReuse

Override to reset cell settings before it would be reused. Method would be called by owner object before return cell from reuse queue.

- (void)prepareForReuse

Declared In

TSTableViewCell.h