0

Is it possible to Add Qwerty and Azerty in custom keyboard for iOS I have a file DefaultKeyboard.swift and i tried to add anything like AzertyKeyboard.swift

Thank you on avance

Eliott
  • 9
  • 2

1 Answers1

1

Apple requests that each keyboard language is added in a UIInputViewController of its own. De-facto, all the keyboards are changing languages inside the same UIInputViewController by replacing the layout or keyboard map.

You can choose either way.

nurnachman
  • 4,468
  • 2
  • 37
  • 40