| Package | Description |
|---|---|
| crossmobile.ios.uikit |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UIImagePickerControllerDelegate
UIImagePickerControllerDelegate interface is the delegate responsible for
receiving and handling notifications from the UIImagePickerController.
|
| Modifier and Type | Method and Description |
|---|---|
UINavigationControllerDelegate |
UINavigationController.delegate()
Returns the delegate of this navigation controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UINavigationController.setDelegate(UINavigationControllerDelegate delegate)
Sets the delegate for this navigation controller.
|
void |
UIImagePickerController.setDelegate(UINavigationControllerDelegate delegate)
Sets the delegate for this image picker controller.
|
Copyright © 2020. All rights reserved.