共用方式為


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

指定的方向。

傳回

屬性

適用於