RBTabbedPageContainerButtonView Class Reference

Inherits from RBContainerView : UIView
Declared in RBTabbedPageContainerButtonView.h

Overview

A tab button for a tabbed page container view.

  delegate

A delegate to receive button events.

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

Discussion

A delegate to receive button events.

Declared In

RBTabbedPageContainerButtonView.h

  title

The title of the button.

@property (nonatomic, nullable) NSString *title

Discussion

The title of the button.

Declared In

RBTabbedPageContainerButtonView.h

  isCurrentTab

Whether or not the button is the current tab.

@property (nonatomic) BOOL isCurrentTab

Discussion

Whether or not the button is the current tab.

Declared In

RBTabbedPageContainerButtonView.h