LaunchStyle
public final class LaunchStyle
extension LaunchStyle: Equatable
An extendable class that indicates how a FlowRepresentable should be launched.
Discussion
Used when you are creating a Workflow.
-
The launch style used if you do not specify one; behavior is dependent on responder.
Discussion
The launch style behavior is dependent on the responder. For example: SwiftUI and UIKit presenters will think
.defaultmeans something contextual to themselves, but it won’t necessarily be the same between them.Declaration
Swift
public static let `default`: LaunchStyle -
A new instance of
LaunchStyle; only use for extending cases ofLaunchStyle.Declaration
Swift
public static var new: LaunchStyle { get }
View on GitHub
LaunchStyle Class Reference