InspectablePresentedViewController
public protocol InspectablePresentedViewController : AnyObject
A protocol that only UIViewController should conform to to returnm the presentedViewController if present.
-
The next view controller in the hierarchy.
Declaration
Swift
var nextViewController: UIViewController? { get }
View on GitHub
InspectablePresentedViewController Protocol Reference