ScreenTabPredicate
public struct ScreenTabPredicate : CustomStringConvertible
Undocumented
-
Declaration
Swift
public let description: String
-
Undocumented
Declaration
Swift
public init( description: String, _ box: @escaping (_ tabs: [UIViewController]) -> Int? )
-
Undocumented
Declaration
Swift
public func tabIndex(in tabs: [UIViewController]) -> Int?
-
Undocumented
Declaration
Swift
public static func index(_ index: Int) -> ScreenTabPredicate
-
Undocumented
Declaration
Swift
public static func container(_ container: UIViewController) -> ScreenTabPredicate
-
Undocumented
Declaration
Swift
public static func container(name: String) -> ScreenTabPredicate
-
Undocumented
Declaration
Swift
public static func container(key: ScreenKey) -> ScreenTabPredicate