IUISplitViewControllerDelegate
CollapseSecondViewController(UISplitViewController, UIViewController, UIViewController)
DidCollapse(UISplitViewController)
DidExpand(UISplitViewController)
EventShowDetailViewController(UISplitViewController, UIViewController, NSObject)
EventShowViewController(UISplitViewController, UIViewController, NSObject)
GetDisplayModeForExpanding(UISplitViewController, UISplitViewControllerDisplayMode)
GetPreferredInterfaceOrientationForPresentation(UISplitViewController)
GetPrimaryViewControllerForCollapsingSplitViewController(UISplitViewController)
GetPrimaryViewControllerForExpandingSplitViewController(UISplitViewController)
GetTargetDisplayModeForAction(UISplitViewController)
GetTopColumnForCollapsing(UISplitViewController, UISplitViewControllerColumn)
InteractivePresentationGestureDidEnd(UISplitViewController)
InteractivePresentationGestureWillBegin(UISplitViewController)
SeparateSecondaryViewController(UISplitViewController, UIViewController)
ShouldHideViewController(UISplitViewController, UIViewController, UIInterfaceOrientation)
SupportedInterfaceOrientations(UISplitViewController)
WillChangeDisplayMode(UISplitViewController, UISplitViewControllerDisplayMode)
WillHideColumn(UISplitViewController, UISplitViewControllerColumn)
WillHideViewController(UISplitViewController, UIViewController, UIBarButtonItem, UIPopoverController)
WillPresentViewController(UISplitViewController, UIPopoverController, UIViewController)
WillShowColumn(UISplitViewController, UISplitViewControllerColumn)
WillShowViewController(UISplitViewController, UIViewController, UIBarButtonItem)
CollapseSecondViewController(IUISplitViewControllerDelegate, UISplitViewController, UIViewController, UIViewController)
DidCollapse(IUISplitViewControllerDelegate, UISplitViewController)
DidExpand(IUISplitViewControllerDelegate, UISplitViewController)
EventShowDetailViewController(IUISplitViewControllerDelegate, UISplitViewController, UIViewController, NSObject)
EventShowViewController(IUISplitViewControllerDelegate, UISplitViewController, UIViewController, NSObject)
GetDisplayModeForExpanding(IUISplitViewControllerDelegate, UISplitViewController, UISplitViewControllerDisplayMode)
GetPreferredInterfaceOrientationForPresentation(IUISplitViewControllerDelegate, UISplitViewController)
GetPrimaryViewControllerForCollapsingSplitViewController(IUISplitViewControllerDelegate, UISplitViewController)
GetPrimaryViewControllerForExpandingSplitViewController(IUISplitViewControllerDelegate, UISplitViewController)
GetTargetDisplayModeForAction(IUISplitViewControllerDelegate, UISplitViewController)
GetTopColumnForCollapsing(IUISplitViewControllerDelegate, UISplitViewController, UISplitViewControllerColumn)
InteractivePresentationGestureDidEnd(IUISplitViewControllerDelegate, UISplitViewController)
InteractivePresentationGestureWillBegin(IUISplitViewControllerDelegate, UISplitViewController)
SeparateSecondaryViewController(IUISplitViewControllerDelegate, UISplitViewController, UIViewController)
ShouldHideViewController(IUISplitViewControllerDelegate, UISplitViewController, UIViewController, UIInterfaceOrientation)
SupportedInterfaceOrientations(IUISplitViewControllerDelegate, UISplitViewController)
WillChangeDisplayMode(IUISplitViewControllerDelegate, UISplitViewController, UISplitViewControllerDisplayMode)
WillHideColumn(IUISplitViewControllerDelegate, UISplitViewController, UISplitViewControllerColumn)
WillHideViewController(IUISplitViewControllerDelegate, UISplitViewController, UIViewController, UIBarButtonItem, UIPopoverController)
WillPresentViewController(IUISplitViewControllerDelegate, UISplitViewController, UIPopoverController, UIViewController)
WillShowColumn(IUISplitViewControllerDelegate, UISplitViewController, UISplitViewControllerColumn)
WillShowViewController(IUISplitViewControllerDelegate, UISplitViewController, UIViewController, UIBarButtonItem)
net10.0-ios17.2
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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("splitViewController:willHideColumn:")]
[OptionalMember]
[SupportedOSPlatform("tvos14.0")]
[SupportedOSPlatform("ios14.0")]
[SupportedOSPlatform("maccatalyst")]
virtual void WillHideColumn(UISplitViewController! splitViewController, UISplitViewControllerColumn column);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| iOS | 10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2 |
| Mac Catalyst | 13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2 |
| tvOS | 10.010.110.211.011.111.211.311.412.012.112.212.312.413.013.213.313.414.014.214.314.414.515.015.215.416.016.116.417.017.2 |
Information specific to net10.0-ios17.2 | |
| Assembly | Microsoft.iOS , Version=18.5.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API