次の方法で共有


UIViewController.NavigationController プロパティ

定義

最も近い先祖 UINavigationController

public virtual UIKit.UINavigationController NavigationController { [Foundation.Export("navigationController", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.NavigationController : UIKit.UINavigationController

プロパティ値

既定値は null です。

属性

注釈

この関数は、 が検出UINavigationControllerされるか、見つからない状態で終了するまで、 を介してParentViewController先祖階層を移動します。 存在する場合は を UINavigationController 返し、 null それ以外の場合は を返します。

適用対象

こちらもご覧ください