net9.0-ios
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 = "DidCollapse", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISplitViewController) }, Selector = "splitViewControllerDidCollapse:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidExpand", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISplitViewController) }, Selector = "splitViewControllerDidExpand:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillShowColumn", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UISplitViewControllerColumn) }, Selector = "splitViewController:willShowColumn:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillHideColumn", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UISplitViewControllerColumn) }, Selector = "splitViewController:willHideColumn:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "InteractivePresentationGestureWillBegin", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISplitViewController) }, Selector = "splitViewControllerInteractivePresentationGestureWillBegin:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "InteractivePresentationGestureDidEnd", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UISplitViewController) }, Selector = "splitViewControllerInteractivePresentationGestureDidEnd:")]
    [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:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetTopColumnForCollapsing", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UISplitViewControllerColumn) }, ReturnType = typeof(UISplitViewControllerColumn), Selector = "splitViewController:topColumnForCollapsingToProposedTopColumn:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetDisplayModeForExpanding", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UISplitViewController), typeof(UISplitViewControllerDisplayMode) }, ReturnType = typeof(UISplitViewControllerDisplayMode), Selector = "splitViewController:displayModeForExpandingToProposedDisplayMode:")]
    [SupportedOSPlatform("maccatalyst")]
    [SupportedOSPlatform("ios")]
    [SupportedOSPlatform("tvos")]
    public interface IUISplitViewControllerDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
Assembly Microsoft.iOS , Version=17.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-ios6.0-maccatalyst6.0-tvos7.0-ios7.0-maccatalyst7.0-tvos8.0-ios8.0-maccatalyst8.0-tvos9.0-ios9.0-maccatalyst9.0-tvos
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS
  • Mac Catalyst
  • tvOS
  • Built-in API
  • Package-provided API

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