Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swift - Can I use existing iOS keyboard to create custom keyboard?

I'm working on a custom keyboard, kind of like Gboard, but I didn't want to have to completely re-create the default iOS keyboard. Is there a way that I can just modify the existing keyboard? Or is there a package somewhere that has one available? I've exhausted all my resources I know of and caved and reached out to SO :). Let me know. Thanks!

like image 579
Patrick C Avatar asked Sep 18 '25 21:09

Patrick C


1 Answers

You cannot. There are a few basic open source custom keyboards on GitHub that you might be able to repurpose, depending on their licensing and your needs.

like image 68
Ben Pious Avatar answered Sep 20 '25 12:09

Ben Pious