xamarinios
namespace UIKit
{
    [Protocol(Name = "UISplitViewControllerDelegate", WrapperType = typeof(UISplitViewControllerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPresentViewController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UIPopoverController), typeof(UIViewController) }, Selector = "splitViewController:popoverController:willPresentViewController:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillHideViewController", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UIViewController), typeof(UIBarButtonItem), typeof(UIPopoverController) }, Selector = "splitViewController:willHideViewController:withBarButtonItem:forPopoverController:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillShowViewController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UIViewController), typeof(UIBarButtonItem) }, Selector = "splitViewController:willShowViewController:invalidatingBarButtonItem:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillChangeDisplayMode", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UISplitViewControllerDisplayMode) }, Selector = "splitViewController:willChangeToDisplayMode:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SupportedInterfaceOrientations", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISplitViewController) }, ReturnType = typeof(UIInterfaceOrientationMask), Selector = "splitViewControllerSupportedInterfaceOrientations:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPreferredInterfaceOrientationForPresentation", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISplitViewController) }, ReturnType = typeof(UIInterfaceOrientation), Selector = "splitViewControllerPreferredInterfaceOrientationForPresentation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldHideViewController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UIViewController), typeof(UIInterfaceOrientation) }, ReturnType = typeof(bool), Selector = "splitViewController:shouldHideViewController:inOrientation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetTargetDisplayModeForAction", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISplitViewController) }, ReturnType = typeof(UISplitViewControllerDisplayMode), Selector = "targetDisplayModeForActionInSplitViewController:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EventShowViewController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UIViewController), typeof(NSObject) }, ReturnType = typeof(bool), Selector = "splitViewController:showViewController:sender:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EventShowDetailViewController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UIViewController), typeof(NSObject) }, ReturnType = typeof(bool), Selector = "splitViewController:showDetailViewController:sender:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPrimaryViewControllerForCollapsingSplitViewController", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISplitViewController) }, ReturnType = typeof(UIViewController), Selector = "primaryViewControllerForCollapsingSplitViewController:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPrimaryViewControllerForExpandingSplitViewController", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISplitViewController) }, ReturnType = typeof(UIViewController), Selector = "primaryViewControllerForExpandingSplitViewController:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CollapseSecondViewController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UIViewController), typeof(UIViewController) }, ReturnType = typeof(bool), Selector = "splitViewController:collapseSecondaryViewController:ontoPrimaryViewController:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SeparateSecondaryViewController", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UIViewController) }, ReturnType = typeof(UIViewController), Selector = "splitViewController:separateSecondaryViewControllerFromPrimaryViewController:")]
    public interface IUISplitViewControllerDelegate : 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

05/21/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙