SoftwareKeyboards

public struct SoftwareKeyboards : KeyboardLaunchArgument, LaunchArgumentWithMultipleValues

Launch option to replace software keyboards selected in the system.

Argument:

AppleKeyboards

Example:

SoftwareKeyboards([.Bengali])

Generated strings:

-AppleKeyboards ("bn@sw=Bengali")
  • Software keyboards to set on device. First element is the most preffered one.

    Declaration

    Swift

    public var values: [SoftwareKeyboard]
  • Initalizes self with array of software keyboards.

    Declaration

    Swift

    public init(_ values: [SoftwareKeyboard])

    Parameters

    values

    Array to use for initialization.