RBWebViewToolbarView Class Reference
Inherits from | UIView |
---|---|
Declared in | RBWebViewToolbarView.h |
delegate
A delegate to receive navigation button tap events.
@property (nonatomic, weak, nullable) id<RBWebViewToolbarDelegate> delegate
Discussion
A delegate to receive navigation button tap events.
Declared In
RBWebViewToolbarView.h
shouldFillAvailableSpace
Whether or not the toolbar should expand to fill the available space.
@property (nonatomic) BOOL shouldFillAvailableSpace
Discussion
Whether or not the toolbar should expand to fill the available space.
Declared In
RBWebViewToolbarView.h
orientation
The orientation of the toolbar.
@property (nonatomic) RBOrientation orientation
Discussion
The orientation of the toolbar.
Declared In
RBWebViewToolbarView.h
backButtonEnabled
Whether or not the back button should be enabled.
@property (nonatomic) BOOL backButtonEnabled
Discussion
Whether or not the back button should be enabled.
Declared In
RBWebViewToolbarView.h
forwardButtonEnabled
Whether or not the forward button should be enabled.
@property (nonatomic) BOOL forwardButtonEnabled
Discussion
Whether or not the forward button should be enabled.
Declared In
RBWebViewToolbarView.h
stopButtonEnabled
Whether or not the stop button should be enabled.
@property (nonatomic) BOOL stopButtonEnabled
Discussion
Whether or not the stop button should be enabled.
Declared In
RBWebViewToolbarView.h
reloadButtonEnabled
Whether or not the reload button should be enabled.
@property (nonatomic) BOOL reloadButtonEnabled
Discussion
Whether or not the reload button should be enabled.
Declared In
RBWebViewToolbarView.h
hasBackButton
Whether or not the back button should be visible.
@property (nonatomic) BOOL hasBackButton
Discussion
Whether or not the back button should be visible.
Declared In
RBWebViewToolbarView.h
hasForwardButton
Whether or not the forward button should be visible.
@property (nonatomic) BOOL hasForwardButton
Discussion
Whether or not the forward button should be visible.
Declared In
RBWebViewToolbarView.h
hasStopButton
Whether or not the stop button should be visible.
@property (nonatomic) BOOL hasStopButton
Discussion
Whether or not the stop button should be visible.
Declared In
RBWebViewToolbarView.h
hasReloadButton
Whether or not the reload button should be visible.
@property (nonatomic) BOOL hasReloadButton
Discussion
Whether or not the reload button should be visible.
Declared In
RBWebViewToolbarView.h