共用方式為


UITabBarControllerDelegate_Extensions 類別

定義

介面的 IUITabBarControllerDelegate 擴充方法,以支援通訊 UITabBarControllerDelegate 協定中的所有方法。

public static class UITabBarControllerDelegate_Extensions
type UITabBarControllerDelegate_Extensions = class
繼承
UITabBarControllerDelegate_Extensions

備註

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

方法

FinishedCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[], Boolean)

表示已關閉自訂工作表。

GetAnimationControllerForTransition(IUITabBarControllerDelegate, UITabBarController, UIViewController, UIViewController)

擷取非互動式轉換期間使用的 UIViewControllerAnimatedTransitioning。

GetInteractionControllerForAnimationController(IUITabBarControllerDelegate, UITabBarController, IUIViewControllerAnimatedTransitioning)

擷取互動式轉換期間所使用的 UIViewControllerInteractiveTransitioning。

GetPreferredInterfaceOrientation(IUITabBarControllerDelegate, UITabBarController)

用於呈現索引標籤列控制器的慣用方向。

OnCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[])

表示即將顯示索引標籤欄自訂工作表。

OnEndCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[], Boolean)

表示索引標籤欄自訂工作表即將關閉。

ShouldSelectViewController(IUITabBarControllerDelegate, UITabBarController, UIViewController)

是否應該讓指定的 UIViewController 成為作用中。

SupportedInterfaceOrientations(IUITabBarControllerDelegate, UITabBarController)

索引標籤列控制器呈現的支援方向。

ViewControllerSelected(IUITabBarControllerDelegate, UITabBarController, UIViewController)

指出應用程式使用者已從索引標籤列選取專案。

適用於