RBImageSelectionFieldItemView Class Reference

Inherits from UIView
Declared in RBImageSelectionFieldItemView.h

Overview

An image item view for an RBImageSelectionField.

  delegate

A delegate to receive image selection change events.

@property (nonatomic, weak, nullable) id<RBImageSelectionFieldItemViewDelegate> delegate

Discussion

A delegate to receive image selection change events.

Declared In

RBImageSelectionFieldItemView.h

  item

The underlying item of the view.

@property (nonatomic, nullable) RBImageSelectionFieldItem *item

Discussion

The underlying item of the view.

Declared In

RBImageSelectionFieldItemView.h

  animator

The RBAnimator object to use when transitioning between selection states.

@property (nonatomic, readonly, nonnull) RBAnimator *animator

Discussion

The RBAnimator object to use when transitioning between selection states.

Declared In

RBImageSelectionFieldItemView.h

  selected

Whether or not the image item is currently selected.

@property (nonatomic) BOOL selected

Discussion

Whether or not the image item is currently selected.

Declared In

RBImageSelectionFieldItemView.h

– setSelected:animated:

Change the image item selection state.

- (void)setSelected:(BOOL)selected animated:(BOOL)animated

Parameters

selected

Whether or not the image item should be selected.

animated

Whether or not to animate the transition.

Discussion

Change the image item selection state.

Declared In

RBImageSelectionFieldItemView.h