TUIButtonCell Class Reference

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

Other Methods

– initWithStyle:reuseIdentifier:

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

– setupViews

- (void)setupViews

– fillWithData:

- (void)fillWithData:(TUIButtonCellData *)data

– layoutSubviews

- (void)layoutSubviews

– onClick:

- (void)onClick:(UIButton *)sender

– didAddSubview:

- (void)didAddSubview:(UIView *)subview

Other Methods

  button

@property (nonatomic, strong) UIButton *button

  buttonData

@property TUIButtonCellData *buttonData