Keyboard : from UIKit to swiftUI

About Custom Keyboard Target


Question ? :


I looking for create a keyboard application, But :
Xcode create an UIkit file for this one.

I don't want to rewrite this application in 4 months.

So what i do ?
  1. Try to encapsulate a swiftUI in UIkit

  2. Wait a moment for a release of Keyboard Extension

  3. You have an other solution where I miss out.


Documentation

https://developer.apple.com/documentation/uikit/keyboards_and_input/creating_a_custom_keyboard

More Doc.

https://developer.apple.com/documentation/uikit/keyboards_and_input/creating_a_custom_keyboard/configuring_a_custom_keyboard_interface

https://developer.apple.com/documentation/uikit/keyboards_and_input/creating_a_custom_keyboard/handling_text_interactions_in_custom_keyboards

https://developer.apple.com/design/human-interface-guidelines/ios/extensions/custom-keyboards/

Hi, that was also my question and I also did not find any tutorial on youtube. Is it already possible to create an extension with SwiftUI or isn't it supported yet? Have you found any news about it? (As this post is 1 year old)

Keyboard : from UIKit to swiftUI
 
 
Q