Array

public extension Array where Element: UIViewController
  • Extension of an Array of the UIViewControllers is to check if all of them can be dismissed.

Available where Element: UIViewController

  • Returns true if all UIViewController instances can be dismissed.

    Declaration

    Swift

    var canBeDismissed: Bool { get }