| Package | Description |
|---|---|
| crossmobile.ios.addressbook | |
| crossmobile.ios.messageui | |
| crossmobile.ios.uikit |
| Modifier and Type | Class and Description |
|---|---|
class |
ABPeoplePickerNavigationController
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MFMailComposeViewController
MFMailComposeViewController class defines an object that handles email
message composing and sending.
|
class |
MFMessageComposeViewController
MFMessageComposeViewController class defines an object that handles message
composing and sending.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UIImagePickerController
UIImagePickerController class defines an object that acts as an interface of
the available device's cameras.
|
| Modifier and Type | Method and Description |
|---|---|
UINavigationController |
UITabBarController.moreNavigationController()
Returns the view controller that is responsible for the More navigation
interface.
|
UINavigationController |
UIViewController.navigationController()
Returns the nearest ancestor in hierarchy, that is a navigation
controller.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
UINavigationControllerDelegate.didShowViewController(UINavigationController navigationController,
UIViewController viewController,
boolean animated)
It is used after the navigation controller displays the view controller's
view.
|
default void |
UINavigationControllerDelegate.willShowViewController(UINavigationController navigationController,
UIViewController viewController,
boolean animated)
It is used before navigation controller displays the view controller's
view.
|
Copyright © 2020. All rights reserved.