selectedImage
The image to use a cell content when the cell is selected.
Declaration
@property (nonatomic, strong) UIImage * selectedImage;Discussion
The default value of this property is nil (no image).
The image to use a cell content when the cell is selected.
@property (nonatomic, strong) UIImage * selectedImage;The default value of this property is nil (no image).