UITabBarDelegate_Extensions クラス

定義

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

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 でカスタマイズが終了しようとしていることを示します。

適用対象