次の方法で共有


UISplitViewControllerDelegate.ShouldHideViewController メソッド

定義

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

[Foundation.Export("splitViewController:shouldHideViewController:inOrientation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'UISearchController' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldHideViewController (UIKit.UISplitViewController svc, UIKit.UIViewController viewController, UIKit.UIInterfaceOrientation inOrientation);
abstract member ShouldHideViewController : UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIInterfaceOrientation -> bool
override this.ShouldHideViewController : UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIInterfaceOrientation -> bool

パラメーター

svc
UISplitViewController

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

viewController
UIViewController

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

inOrientation
UIInterfaceOrientation

指定した向き。

戻り値

属性

適用対象