次の方法で共有


UITabBarControllerDelegate_Extensions クラス

定義

プロトコルからUITabBarControllerDelegateのすべてのメソッドをIUITabBarControllerDelegateサポートする インターフェイスへの拡張メソッド。

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)

アプリ ユーザーがタブ バーから項目を選択したことを示します。

適用対象