UIViewController
extension UIViewController: InspectablePresentedViewController
Conformance of UIViewController to the InspectablePresentedViewController protocol.
The UIViewController can have an optional presentedViewController, otherwise it is the highest of the visible stack.
-
Declaration
Swift
public var nextViewController: UIViewController? { get }
View on GitHub
UIViewController Extension Reference