RBTabbedPageContainerViewControllerDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBTabbedPageContainerViewController.h |
– tabWillSelectWithIndex:animated:tabbedPageContainerViewController:
Called to notify that a tab will be selected.
- (void)tabWillSelectWithIndex:(NSUInteger)index animated:(BOOL)animated tabbedPageContainerViewController:(nonnull RBTabbedPageContainerViewController *)tabbedPageContainerViewController
Parameters
index |
The index of the page that will be selected. |
---|---|
animated |
Whether or not the transition to the page will be animated. |
tabbedPageContainerViewController |
The tabbed page container object. |
Discussion
Called to notify that a tab will be selected.
Declared In
RBTabbedPageContainerViewController.h
– tabWillDeselectWithIndex:animated:tabbedPageContainerViewController:
Called to notify that a tab will be deselected.
- (void)tabWillDeselectWithIndex:(NSUInteger)index animated:(BOOL)animated tabbedPageContainerViewController:(nonnull RBTabbedPageContainerViewController *)tabbedPageContainerViewController
Parameters
index |
The index of the page that will be deselected. |
---|---|
animated |
Whether or not the transition to the page will be animated. |
tabbedPageContainerViewController |
The tabbed page container object. |
Discussion
Called to notify that a tab will be deselected.
Declared In
RBTabbedPageContainerViewController.h
– tabDidSelectWithIndex:animated:tabbedPageContainerViewController:
Called to notify that a tab was selected.
- (void)tabDidSelectWithIndex:(NSUInteger)index animated:(BOOL)animated tabbedPageContainerViewController:(nonnull RBTabbedPageContainerViewController *)tabbedPageContainerViewController
Parameters
index |
The index of the page that was selected. |
---|---|
animated |
Whether or not the transition to the page was animated. |
tabbedPageContainerViewController |
The tabbed page container object. |
Discussion
Called to notify that a tab was selected.
Declared In
RBTabbedPageContainerViewController.h
– tabDidDeselectWithIndex:animated:tabbedPageContainerViewController:
Called to notify that a tab was deselected.
- (void)tabDidDeselectWithIndex:(NSUInteger)index animated:(BOOL)animated tabbedPageContainerViewController:(nonnull RBTabbedPageContainerViewController *)tabbedPageContainerViewController
Parameters
index |
The index of the page that was deselected. |
---|---|
animated |
Whether or not the transition to the page was animated. |
tabbedPageContainerViewController |
The tabbed page container object. |
Discussion
Called to notify that a tab was deselected.
Declared In
RBTabbedPageContainerViewController.h
– tabButtonWasTappedWithIndex:tabbedPageContainerViewController:
Called to notify that a tab button was tapped.
- (void)tabButtonWasTappedWithIndex:(NSUInteger)index tabbedPageContainerViewController:(nonnull RBTabbedPageContainerViewController *)tabbedPageContainerViewController
Parameters
index |
The tab index that was tapped. |
---|---|
tabbedPageContainerViewController |
The tabbed page container object. |
Discussion
Called to notify that a tab button was tapped.
Declared In
RBTabbedPageContainerViewController.h