Package org.robovm.apple.uikit
Interface UINavigationControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
UIImagePickerControllerDelegate,UIVideoEditorControllerDelegate
- All Known Implementing Classes:
UIImagePickerControllerDelegateAdapter,UINavigationControllerDelegateAdapter,UIVideoEditorControllerDelegateAdapter
public interface UINavigationControllerDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidShowViewController(UINavigationController navigationController, UIViewController viewController, boolean animated)UIViewControllerAnimatedTransitioninggetAnimationController(UINavigationController navigationController, UINavigationControllerOperation operation, UIViewController fromVC, UIViewController toVC)UIViewControllerInteractiveTransitioninggetInteractionController(UINavigationController navigationController, UIViewControllerAnimatedTransitioning animationController)UIInterfaceOrientationgetPreferredInterfaceOrientation(UINavigationController navigationController)UIInterfaceOrientationMaskgetSupportedInterfaceOrientations(UINavigationController navigationController)voidwillShowViewController(UINavigationController navigationController, UIViewController viewController, boolean animated)
-
Method Details