Inherits from UITableViewCell
Declared in ChoiceListCell.h
ChoiceListCell.m

Tasks

Other Methods

Other Methods

Properties

description

@property (weak, nonatomic) IBOutlet UILabel *description

image

@property (weak, nonatomic) IBOutlet UIImageView *image

isChoice

@property (assign, nonatomic) BOOL isChoice

name

@property (weak, nonatomic) IBOutlet UILabel *name

starRatingImage

@property (weak, nonatomic) IBOutlet UIImageView *starRatingImage

Instance Methods

initWithStyle:reuseIdentifier:

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

setSelected:animated:

- (void)setSelected:(BOOL)selected animated:(BOOL)animated