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
selfwith array of software keyboards.Declaration
Swift
public init(_ values: [SoftwareKeyboard])Parameters
valuesArray to use for initialization.
SoftwareKeyboards Structure Reference