Array
public extension Array where Element: UIViewController
- Extension of an
Array
of theUIViewControllers
is to check if all of them can be dismissed.
-
Returns
true
if allUIViewController
instances can be dismissed.Declaration
Swift
var canBeDismissed: Bool { get }