UINavigationController.VisibleViewController Property
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.
The view controller whose view is currently on the screen.
public virtual UIKit.UIViewController VisibleViewController { [Foundation.Export("visibleViewController", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.VisibleViewController : UIKit.UIViewController
Property Value
- Attributes
Remarks
This will be either the view controller at the top of the stack, or one that was presented modally.