RBSimpleCellView Class Reference

Inherits from RBBaseCellView : UIView
Declared in RBSimpleCellView.h

Overview

A single label cell.

  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

  titleLabel

The underlying title label view.

@property (nonatomic, readonly, nonnull) RBLabel *titleLabel

Discussion

The underlying title label view.

Declared In

RBSimpleCellView.h

  detailLabel

The underlying detail label view.

@property (nonatomic, readonly, nonnull) RBLabel *detailLabel

Discussion

The underlying detail label view.

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

  attributedTitle

The attributed title text to display in the label.

@property (nonatomic, nullable) NSAttributedString *attributedTitle

Discussion

The attributed title text to display in the label.

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

  attributedDetail

The attributed detail text to display in the label.

@property (nonatomic, nullable) NSAttributedString *attributedDetail

Discussion

The attributed detail 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