IUINavigationControllerDelegate
DidShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)
GetAnimationControllerForOperation(IUINavigationControllerDelegate, UINavigationController, UINavigationControllerOperation, UIViewController, UIViewController)
GetInteractionControllerForAnimationController(IUINavigationControllerDelegate, UINavigationController, IUIViewControllerAnimatedTransitioning)
GetPreferredInterfaceOrientation(IUINavigationControllerDelegate, UINavigationController)
SupportedInterfaceOrientations(IUINavigationControllerDelegate, UINavigationController)
WillShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)
xamarinios
namespace UIKit
{
[Protocol(Name = "UINavigationControllerDelegate", WrapperType = typeof(UINavigationControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillShowViewController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UINavigationController), typeof(UIViewController), typeof(bool) }, Selector = "navigationController:willShowViewController:animated:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidShowViewController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UINavigationController), typeof(UIViewController), typeof(bool) }, Selector = "navigationController:didShowViewController:animated:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SupportedInterfaceOrientations", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UINavigationController) }, ReturnType = typeof(UIInterfaceOrientationMask), Selector = "navigationControllerSupportedInterfaceOrientations:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPreferredInterfaceOrientation", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UINavigationController) }, ReturnType = typeof(UIInterfaceOrientation), Selector = "navigationControllerPreferredInterfaceOrientationForPresentation:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetInteractionControllerForAnimationController", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UINavigationController), typeof(IUIViewControllerAnimatedTransitioning) }, ReturnType = typeof(IUIViewControllerInteractiveTransitioning), Selector = "navigationController:interactionControllerForAnimationController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAnimationControllerForOperation", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UINavigationController), typeof(UINavigationControllerOperation), typeof(UIViewController), typeof(UIViewController) }, ReturnType = typeof(IUIViewControllerAnimatedTransitioning), Selector = "navigationController:animationControllerForOperation:fromViewController:toViewController:")]
public interface IUINavigationControllerDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 % Reference this API 0.0 % Derive from this class or interface |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API