RBToolbarView Class Reference

Inherits from UIView
Declared in RBToolbarView.h

Overview

Provides a toolbar of buttons.

  delegate

A delegate to receive button selection events.

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

Discussion

A delegate to receive button selection events.

Declared In

RBToolbarView.h

  shouldFillAvailableSpace

Whether or not the toolbar should fill it’s available space. Space refers to width in the horizontal orientation and height in the vertical orientation.

@property (nonatomic) BOOL shouldFillAvailableSpace

Discussion

Whether or not the toolbar should fill it’s available space. Space refers to width in the horizontal orientation and height in the vertical orientation.

Declared In

RBToolbarView.h

  schema

Gets or sets the schema that describes the toolbar.

@property (nonatomic, nonnull) RBToolbarSchema *schema

Discussion

Gets or sets the schema that describes the toolbar.

Declared In

RBToolbarView.h

  selectedToggleButtonIdentifiers

The set of toggle button names that are currently selected.

@property (nonatomic, readonly, nullable) NSSet *selectedToggleButtonIdentifiers

Discussion

The set of toggle button names that are currently selected.

Declared In

RBToolbarView.h

– setSelected:withToggleButtonIdentifier:

Updates the selection state of a toggle button.

- (void)setSelected:(BOOL)selected withToggleButtonIdentifier:(nonnull NSString *)toggleButtonIdentifier

Parameters

selected

Whether or not the button should be set to selected (YES) or unselected (NO).

toggleButtonIdentifier

The name of the toggle button to update.

Discussion

Updates the selection state of a toggle button.

Declared In

RBToolbarView.h