public interface CPBarButtonProviding
| Modifier and Type | Method and Description |
|---|---|
CPBarButton |
backButton() |
NSArray<? extends CPBarButton> |
leadingNavigationBarButtons()
An array of bar buttons to be displayed on the leading side of the navigation bar.
|
void |
setBackButton(CPBarButton value) |
void |
setLeadingNavigationBarButtons(NSArray<? extends CPBarButton> value)
An array of bar buttons to be displayed on the leading side of the navigation bar.
|
void |
setTrailingNavigationBarButtons(NSArray<? extends CPBarButton> value)
An array of bar buttons to be displayed on the trailing side of the navigation bar.
|
NSArray<? extends CPBarButton> |
trailingNavigationBarButtons()
An array of bar buttons to be displayed on the trailing side of the navigation bar.
|
CPBarButton backButton()
NSArray<? extends CPBarButton> leadingNavigationBarButtons()
[@note] The navigation bar may display a maximum of 2 buttons in the leading space. Setting more than 2 buttons to this property will only display the first 2 buttons.
void setBackButton(CPBarButton value)
void setLeadingNavigationBarButtons(NSArray<? extends CPBarButton> value)
[@note] The navigation bar may display a maximum of 2 buttons in the leading space. Setting more than 2 buttons to this property will only display the first 2 buttons.
void setTrailingNavigationBarButtons(NSArray<? extends CPBarButton> value)
[@note] The navigation bar may display a maximum of 2 buttons in the trailing space. Setting more than 2 buttons to this property will only display the first 2 buttons.
NSArray<? extends CPBarButton> trailingNavigationBarButtons()
[@note] The navigation bar may display a maximum of 2 buttons in the trailing space. Setting more than 2 buttons to this property will only display the first 2 buttons.