UIViewController.HierarchyInconsistencyException Property

Definition

Constant used to identify broken UIViewController hierarchies.

[Foundation.Field("UIViewControllerHierarchyInconsistencyException", "UIKit")]
public static Foundation.NSString HierarchyInconsistencyException { get; }
member this.HierarchyInconsistencyException : Foundation.NSString

Property Value

Attributes

Remarks

This identifier is used to identify the exception thrown when a UIView is added to the UIView hierarchy, but that UIView's UIViewController is not part of the UIViewController hierarchy. In other words, the UIView hierarchy and UIViewController hierarchy must be consistent.

Applies to