Can I create a non-text (pictures other than emoji) using xcode (swift)? I searched but all what I found that this is impossible. Can you please assist. Regards
Non-text custome keyboard
Is the keyboard for your own app only ?
If so, you can do it:
https ://www.reddit. com/r/iOSProgramming/comments/9wlzkj/canicreateacustomkeyboardwithanyimages_as/
If you want a general purpose extension (for all apps), that's not possible.
Only workaround I can image is to create a custom font.
https://developer.apple.com/documentation/uikit/text_display_and_fonts/adding_a_custom_font_to_your_app
If so, you can do it:
https ://www.reddit. com/r/iOSProgramming/comments/9wlzkj/canicreateacustomkeyboardwithanyimages_as/
If you want a general purpose extension (for all apps), that's not possible.
Only workaround I can image is to create a custom font.
https://developer.apple.com/documentation/uikit/text_display_and_fonts/adding_a_custom_font_to_your_app