Create a keyboard that has only Apple Emojis? iOS - Swift 3

673 Views Asked by At

I would like to create a keyboard that only has emojis. What is the best way to accomplish this? I know I could just create something that looks like a keyboard that was a collection view of emoji images but I'd much rather use the built in emojis(unicode).

1

There are 1 best solutions below

0
On

Sounds like you will have to build your own custom keyboard! It's fun and easy to create once you do a little research.

But as for your answer, there is no preset keyboard that gives you what you are asking for.