UISplitViewControllerHidePredicate Delegasikan
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Delegasi yang digunakan bersama dengan ShouldHideViewController.
public delegate bool UISplitViewControllerHidePredicate(UISplitViewController svc, UIViewController viewController, UIInterfaceOrientation inOrientation);
type UISplitViewControllerHidePredicate = delegate of UISplitViewController * UIViewController * UIInterfaceOrientation -> bool
Parameter
Yang terkait UISplitViewController.
- viewController
- UIViewController
Yang pertama UIViewController.
- inOrientation
- UIInterfaceOrientation
Orientasi sedang dipertimbangkan.