TCommonSwitchCell Class Reference

Inherits from TCommonTableViewCell : UITableViewCell
Declared in TCommonSwitchCell.h
TCommonSwitchCell.m

Other Methods

  titleLabel

@property UILabel *titleLabel

  switcher

@property UISwitch *switcher

  switchData

@property (readonly) TCommonSwitchCellData *switchData

– fillWithData:

- (void)fillWithData:(TCommonSwitchCellData *)data

Other Methods

– initWithStyle:reuseIdentifier:

- (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier

– switchClick

- (void)switchClick