STRUCT
LaunchArgument
Contents
- Properties
nameisEnabled
- Methods
init(name:isEnabled:)
swift
public struct LaunchArgument: Equatable, CodableA launch argument, passed when running a scheme.
Properties
name
swift
public var name: StringName of argument
isEnabled
swift
public var isEnabled: BoolIf enabled then argument is marked as active
Methods
init(name:isEnabled:)
swift
public init(name: String, isEnabled: Bool)Create new launch argument
- Parameters:
- name: Name of argument
- isEnabled: If enabled then argument is marked as active
Parameters
| Name | Description |
|---|---|
| name | Name of argument |
| isEnabled | If enabled then argument is marked as active |
