SearchOptions
public struct SearchOptions : OptionSet, CaseIterable, CustomStringConvertible, SendableA set of options for the findViewController method
- 
                  
                  DeclarationSwift public let rawValue: Int
- 
                  
                  DeclarationSwift public init(rawValue: Int)
- 
                  
                  Compare to a view controller provided DeclarationSwift public static let current: SearchOptions
- 
                  
                  If a view controller is a container, search in its visible view controllers DeclarationSwift public static let visible: SearchOptions
- 
                  
                  If a view controller is a container, search in all the view controllers it contains DeclarationSwift public static let contained: SearchOptions
- 
                  
                  Start search from the view controller provided and search in all view controllers it presented DeclarationSwift public static let presented: SearchOptions
- 
                  
                  Start search from the view controller provided and search in all view controllers that are presenting it DeclarationSwift public static let presenting: SearchOptions
- 
                  
                  Start search from the view controller provided and search in all its parent view controllers DeclarationSwift public static let parent: SearchOptions
- 
                  
                  If a view controller is a container, search in all the view controllers it contains DeclarationSwift public static let currentAllStack: SearchOptions
- 
                  
                  If a view controller is a container, search in all visible view controllers it contains DeclarationSwift public static let currentVisibleOnly: SearchOptions
- 
                  
                  Iterate through the all visible view controllers in the stack. DeclarationSwift public static let allVisible: SearchOptions
- 
                  
                  Iterate through the all view controllers in the stack. DeclarationSwift public static let fullStack: SearchOptions
- 
                  
                  Iterate through the all view controllers on the current level and all the view controllers presented from the current level. DeclarationSwift public static let currentAndUp: SearchOptions
- 
                  
                  Iterate through the all view controllers on the current level and all the view controllers that are presenting the current level. DeclarationSwift public static let currentAndDown: SearchOptions
- 
                  
                  DeclarationSwift public static var allCases: [SearchOptions] { get }
- 
                  
                  DeclarationSwift public var description: String { get }
