| Package | Description |
|---|---|
| crossmobile.ios.uikit |
| Modifier and Type | Method and Description |
|---|---|
UINavigationBar |
UINavigationController.navigationBar()
Returns the navigation bar of this navigation controller.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
UINavigationBarDelegate.didPopItem(UINavigationBar bar,
UINavigationItem item)
It is used after an item is poped from the navigation bar.
|
default void |
UINavigationBarDelegate.didPushItem(UINavigationBar bar,
UINavigationItem item)
It is used after an item is pushed to the navigation bar.
|
default boolean |
UINavigationBarDelegate.shouldPopItem(UINavigationBar bar,
UINavigationItem item)
It is used before an item is popped from the navigation bar.
|
default boolean |
UINavigationBarDelegate.shouldPushItem(UINavigationBar bar,
UINavigationItem item)
It is used before an item is pushed to the navigation bar.
|
Copyright © 2020. All rights reserved.