DeviceCollectionViewCell
@interface DeviceCollectionViewCell : UICollectionViewCell
A custom class for a UICollectionViewCell with an Image and a Label
-
set cell’s image
Declaration
Objective-C
- (void)setImage:(UIImage *)image;
Swift
func setImage(_ image: Any!)
-
Set the cell’s label text
Declaration
Objective-C
- (void)setLabelText:(NSString *)text;
Swift
func setLabelText(_ text: Any!)