次の方法で共有


UISplitViewControllerDelegate_Extensions.SeparateSecondaryViewController メソッド

定義

分割ビュー モードで使用する新しいセカンダリ ビュー コントローラーを返します。既定値を使用する場合は nil を返します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIViewController SeparateSecondaryViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController, UIKit.UIViewController primaryViewController);
static member SeparateSecondaryViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIViewController -> UIKit.UIViewController

パラメーター

This
IUISplitViewControllerDelegate

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

splitViewController
UISplitViewController

拡張インターフェイスを備えた分割ビュー コントローラー。

primaryViewController
UIViewController

展開された分割ビュー インターフェイスに対して指定されたプライマリ ビュー コントローラー。

戻り値

属性

適用対象