次の方法で共有


UISplitViewControllerDelegate_Extensions.ShouldHideViewController メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'UISearchController' を使用する必要があります。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'UISearchController' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldHideViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController svc, UIKit.UIViewController viewController, UIKit.UIInterfaceOrientation inOrientation);
static member ShouldHideViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIInterfaceOrientation -> bool

パラメーター

This
IUISplitViewControllerDelegate

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

svc
UISplitViewController

アクションがトリガーされる可能性がある、指定された分割ビュー コントローラー。

viewController
UIViewController

指定したビュー コントローラー。

inOrientation
UIInterfaceOrientation

指定した向き。

戻り値

属性

適用対象