UISplitViewControllerDelegate.SeparateSecondaryViewController Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new secondary view controller to use in split-view mode, or nil to use the default.
[Foundation.Export("splitViewController:separateSecondaryViewControllerFromPrimaryViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIViewController SeparateSecondaryViewController(UIKit.UISplitViewController splitViewController, UIKit.UIViewController primaryViewController);
[<Foundation.Export("splitViewController:separateSecondaryViewControllerFromPrimaryViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SeparateSecondaryViewController : UIKit.UISplitViewController * UIKit.UIViewController -> UIKit.UIViewController
override this.SeparateSecondaryViewController : UIKit.UISplitViewController * UIKit.UIViewController -> UIKit.UIViewController
Parameters
- splitViewController
- UISplitViewController
The split view controller with the expanding interface.
- primaryViewController
- UIViewController
Primary view controller specified for the expanded split view interface.
Returns
Implements
- Attributes