IosImagePicker
private class IosImagePicker : NSObject, UIImagePickerControllerDelegateProtocol, UINavigationControllerDelegateProtocol(source)
Coordinates IosImagePicker behavior in the SDAI presentation layer.
Author
Dmitriy Moroz
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun imagePickerController(picker: UIImagePickerController, didFinishPickingMediaWithInfo: Map<Any?, *>)
Executes the imagePickerController step in the SDAI presentation layer.
expect open fun imagePickerController(picker: UIImagePickerController, didFinishPickingImage: UIImage, editingInfo: Map<Any?, *>?)
Link copied to clipboard
Executes the imagePickerControllerDidCancel step in the SDAI presentation layer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect open fun navigationController(navigationController: UINavigationController, interactionControllerForAnimationController: UIViewControllerAnimatedTransitioningProtocol): UIViewControllerInteractiveTransitioningProtocol?
expect open fun navigationController(navigationController: UINavigationController, willShowViewController: UIViewController, animated: Boolean)
expect open fun navigationController(navigationController: UINavigationController, didShowViewController: UIViewController, animated: Boolean)
expect open fun navigationController(navigationController: UINavigationController, animationControllerForOperation: UINavigationControllerOperation, fromViewController: UIViewController, toViewController: UIViewController): UIViewControllerAnimatedTransitioningProtocol?
Link copied to clipboard
expect open fun navigationControllerPreferredInterfaceOrientationForPresentation(navigationController: UINavigationController): UIInterfaceOrientation
Link copied to clipboard
expect open fun navigationControllerSupportedInterfaceOrientations(navigationController: UINavigationController): UIInterfaceOrientationMask
Link copied to clipboard
expect open override fun performSelector(aSelector: COpaquePointer?, withObject: Any?, _withObject: Any?): Any?
Link copied to clipboard
Executes the pick step in the SDAI presentation layer.
Link copied to clipboard
Executes the present step in the SDAI presentation layer.
Link copied to clipboard
Link copied to clipboard
Executes the resume step in the SDAI presentation layer.
Link copied to clipboard