image
The image to use as content for the cell.
Declaration
@property (nonatomic, strong) UIImage * image;Discussion
The default value of the property is nil (no image). Images are positioned to the left of the title.
The image to use as content for the cell.
@property (nonatomic, strong) UIImage * image;The default value of the property is nil (no image). Images are positioned to the left of the title.