共用方式為


UITabBarDelegate_Extensions 類別

定義

介面的 IUITabBarDelegate 擴充方法,以支援來自 UITabBarDelegate 通訊協定的所有方法。

public static class UITabBarDelegate_Extensions
type UITabBarDelegate_Extensions = class
繼承
UITabBarDelegate_Extensions

備註

IUITabBarDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 UITabBarDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。

方法

DidBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[])

表示已開始自訂指定的 UITabBarItems。

DidEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean)

表示指定的專案自訂已結束。

ItemSelected(IUITabBarDelegate, UITabBar, UITabBarItem)

指出已選取指定的 UITabBarItem。

WillBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[])

表示自訂即將在指定的 UITabBarItems 上開始。

WillEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean)

表示自訂即將結束于指定的 UITabBarItems 上。

適用於