RBSimpleCellView Class Reference
Inherits from | RBBaseCellView : UIView |
---|---|
Declared in | RBSimpleCellView.h |
imageView
The underlying image view.
@property (nonatomic, readonly, nonnull) RBImageView *imageView
Discussion
The underlying image view.
Declared In
RBSimpleCellView.h
layoutView
The underlying layout view for the labels.
@property (nonatomic, readonly, nonnull) RBLayoutView *layoutView
Discussion
The underlying layout view for the labels.
Declared In
RBSimpleCellView.h
margin
The margin to provide around the cell content.
@property (nonatomic) UIEdgeInsets margin
Discussion
The margin to provide around the cell content.
Declared In
RBSimpleCellView.h
spacing
The spacing to provide between the image and the labels.
@property (nonatomic) CGFloat spacing
Discussion
The spacing to provide between the image and the labels.
Declared In
RBSimpleCellView.h
imageEnabled
Whether or not an image is displayed in the cell.
@property (nonatomic) BOOL imageEnabled
Discussion
Whether or not an image is displayed in the cell.
Declared In
RBSimpleCellView.h
imageWidth
The width of the image in pixels.
@property (nonatomic) CGFloat imageWidth
Discussion
The width of the image in pixels.
Declared In
RBSimpleCellView.h
title
The title text to display in the label.
@property (nonatomic, nullable) NSString *title
Discussion
The title text to display in the label.
Declared In
RBSimpleCellView.h
detail
The detail text to display in the label.
@property (nonatomic, nullable) NSString *detail
Discussion
The detail text to display in the label.
Declared In
RBSimpleCellView.h