ScreenStackPopPredicate
public struct ScreenStackPopPredicate : CustomStringConvertible
Undocumented
-
Declaration
Swift
public let description: String
-
Undocumented
Declaration
Swift
public init( description: String, _ box: @escaping (_ stack: [UIViewController]) -> Int? )
-
Undocumented
Declaration
Swift
public static var root: `Self` { get }
-
Undocumented
Declaration
Swift
public static var previous: `Self` { get }
-
Undocumented
Declaration
Swift
public static func container(_ container: UIViewController) -> ScreenStackPopPredicate
-
Undocumented
Declaration
Swift
public static func container(name: String) -> ScreenStackPopPredicate
-
Undocumented
Declaration
Swift
public static func container(key: ScreenKey) -> ScreenStackPopPredicate