UIKit.UISplitViewController.ViewControllers Property
The array of UIViewControllers managed by this UISplitViewController.

Syntax

[get: Foundation.Export("viewControllers")]
[set: Foundation.Export("setViewControllers:")]
public virtual UIViewController[] ViewControllers { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Unlike earlier iOS versions, setting this property under iOS 5.1 will trigger ShouldHideViewController immediately. Since it's default return value might not match what you want it is important that the Delegate property or all the events be set before using ViewControllers.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0