Share via


UITabBarDelegate.ItemSelected(UITabBar, UITabBarItem) Method

Definition

Indicates that the specified UITabBarItem was selected.

[Foundation.Export("tabBar:didSelectItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ItemSelected(UIKit.UITabBar tabbar, UIKit.UITabBarItem item);
[<Foundation.Export("tabBar:didSelectItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ItemSelected : UIKit.UITabBar * UIKit.UITabBarItem -> unit
override this.ItemSelected : UIKit.UITabBar * UIKit.UITabBarItem -> unit

Parameters

tabbar
UITabBar

Implements

Attributes

Applies to