次の方法で共有


UITabBarControllerDelegate_Extensions.ViewControllerSelected メソッド

定義

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

public static void ViewControllerSelected (this UIKit.IUITabBarControllerDelegate This, UIKit.UITabBarController tabBarController, UIKit.UIViewController viewController);
static member ViewControllerSelected : UIKit.IUITabBarControllerDelegate * UIKit.UITabBarController * UIKit.UIViewController -> unit

パラメーター

This
IUITabBarControllerDelegate

この拡張メソッドが動作するインスタンス。

tabBarController
UITabBarController
viewController
UIViewController

適用対象