IUITabBarControllerDelegate
AcceptItemsFromDropSession(UITabBarController, UITab, IUIDropSession)
DidBeginEditing(UITabBarController)
DidSelectTab(UITabBarController, UITab, UITab)
DisplayOrderDidChangeForGroup(UITabBarController, UITabGroup)
FinishedCustomizingViewControllers(UITabBarController, UIViewController[], Boolean)
GetAnimationControllerForTransition(UITabBarController, UIViewController, UIViewController)
GetDisplayedViewControllers(UITabBarController, UITab, UIViewController[])
GetInteractionControllerForAnimationController(UITabBarController, IUIViewControllerAnimatedTransitioning)
GetOperationForAcceptingItemsFromDropSession(UITabBarController, UITab, IUIDropSession)
GetPreferredInterfaceOrientation(UITabBarController)
OnCustomizingViewControllers(UITabBarController, UIViewController[])
OnEndCustomizingViewControllers(UITabBarController, UIViewController[], Boolean)
ShouldSelectTab(UITabBarController, UITab)
ShouldSelectViewController(UITabBarController, UIViewController)
SupportedInterfaceOrientations(UITabBarController)
ViewControllerSelected(UITabBarController, UIViewController)
VisibilityDidChangeForTabs(UITabBarController, UITab[])
WillBeginEditing(UITabBarController)
AcceptItemsFromDropSession(IUITabBarControllerDelegate, UITabBarController, UITab, IUIDropSession)
DidBeginEditing(IUITabBarControllerDelegate, UITabBarController)
DidSelectTab(IUITabBarControllerDelegate, UITabBarController, UITab, UITab)
DisplayOrderDidChangeForGroup(IUITabBarControllerDelegate, UITabBarController, UITabGroup)
FinishedCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[], Boolean)
GetAnimationControllerForTransition(IUITabBarControllerDelegate, UITabBarController, UIViewController, UIViewController)
GetDisplayedViewControllers(IUITabBarControllerDelegate, UITabBarController, UITab, UIViewController[])
GetInteractionControllerForAnimationController(IUITabBarControllerDelegate, UITabBarController, IUIViewControllerAnimatedTransitioning)
GetOperationForAcceptingItemsFromDropSession(IUITabBarControllerDelegate, UITabBarController, UITab, IUIDropSession)
GetPreferredInterfaceOrientation(IUITabBarControllerDelegate, UITabBarController)
OnCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[])
OnEndCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[], Boolean)
ShouldSelectTab(IUITabBarControllerDelegate, UITabBarController, UITab)
ShouldSelectViewController(IUITabBarControllerDelegate, UITabBarController, UIViewController)
SupportedInterfaceOrientations(IUITabBarControllerDelegate, UITabBarController)
ViewControllerSelected(IUITabBarControllerDelegate, UITabBarController, UIViewController)
VisibilityDidChangeForTabs(IUITabBarControllerDelegate, UITabBarController, UITab[])
WillBeginEditing(IUITabBarControllerDelegate, UITabBarController)
net10.0-ios17.2
namespace UIKit
{
[Protocol(Name = "UITabBarControllerDelegate", WrapperType = typeof(UITabBarControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ViewControllerSelected", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UIViewController) }, Selector = "tabBarController:didSelectViewController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnCustomizingViewControllers", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UIViewController[]) }, Selector = "tabBarController:willBeginCustomizingViewControllers:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OnEndCustomizingViewControllers", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UIViewController[]), typeof(bool) }, Selector = "tabBarController:willEndCustomizingViewControllers:changed:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FinishedCustomizingViewControllers", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UIViewController[]), typeof(bool) }, Selector = "tabBarController:didEndCustomizingViewControllers:changed:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectTab", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITab), typeof(UITab) }, Selector = "tabBarController:didSelectTab:previousTab:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "AcceptItemsFromDropSession", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITab), typeof(IUIDropSession) }, Selector = "tabBarController:tab:acceptItemsFromDropSession:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillBeginEditing", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITabBarController) }, Selector = "tabBarControllerWillBeginEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidBeginEditing", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITabBarController) }, Selector = "tabBarControllerDidEndEditing:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "VisibilityDidChangeForTabs", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITab[]) }, Selector = "tabBarController:visibilityDidChangeForTabs:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DisplayOrderDidChangeForGroup", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabGroup) }, Selector = "tabBarController:displayOrderDidChangeForGroup:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldSelectViewController", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UIViewController) }, ReturnType = typeof(bool), Selector = "tabBarController:shouldSelectViewController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SupportedInterfaceOrientations", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITabBarController) }, ReturnType = typeof(UIInterfaceOrientationMask), Selector = "tabBarControllerSupportedInterfaceOrientations:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPreferredInterfaceOrientation", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITabBarController) }, ReturnType = typeof(UIInterfaceOrientation), Selector = "tabBarControllerPreferredInterfaceOrientationForPresentation:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetInteractionControllerForAnimationController", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(IUIViewControllerAnimatedTransitioning) }, ReturnType = typeof(IUIViewControllerInteractiveTransitioning), Selector = "tabBarController:interactionControllerForAnimationController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAnimationControllerForTransition", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UIViewController), typeof(UIViewController) }, ReturnType = typeof(IUIViewControllerAnimatedTransitioning), Selector = "tabBarController:animationControllerForTransitionFromViewController:toViewController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldSelectTab", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITab) }, ReturnType = typeof(bool), Selector = "tabBarController:shouldSelectTab:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetOperationForAcceptingItemsFromDropSession", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITab), typeof(IUIDropSession) }, ReturnType = typeof(UIDropOperation), Selector = "tabBarController:tab:operationForAcceptingItemsFromDropSession:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetDisplayedViewControllers", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITab), typeof(UIViewController[]) }, ReturnType = typeof(UIViewController[]), Selector = "tabBarController:displayedViewControllersForTab:proposedViewControllers:")]
[SupportedOSPlatform("maccatalyst")]
[SupportedOSPlatform("ios")]
[SupportedOSPlatform("tvos")]
public interface IUITabBarControllerDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("tabBarController:tab:acceptItemsFromDropSession:")]
[OptionalMember]
[SupportedOSPlatform("ios18.0")]
[SupportedOSPlatform("maccatalyst18.0")]
[UnsupportedOSPlatform("tvos")]
virtual void AcceptItemsFromDropSession(UITabBarController! tabBarController, UITab! tab, IUIDropSession! session);
}
}
| .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 |
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