TUIProfileCardCell Class Reference

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

Other Methods

– initWithStyle:reuseIdentifier:

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

– setupViews

- (void)setupViews

– fillWithData:

- (void)fillWithData:(TUIProfileCardCellData *)data

– layoutSubviews

- (void)layoutSubviews

Other Methods

  avatar

@property (nonatomic, strong) UIImageView *avatar

  name

@property (nonatomic, strong) UILabel *name

  identifier

@property (nonatomic, strong) UILabel *identifier

  signature

@property (nonatomic, strong) UILabel *signature

  cardData

@property (nonatomic, strong) TUIProfileCardCellData *cardData