As you know, iOS8.0 and later allows to create custom keyboard.So i want to add custom emoji to it and able to send them to other iOS devices. Looks like this: Video Link
Asked
Active
Viewed 483 times
0
-
you need to implemnt the custom keyboard extension option. – Anbu.Karthik Jan 20 '16 at 09:07
-
@Anbu:Yes, i know but it seems Apple only allows to use available emoji by default that it provides. Kindly take a look youtube video i just sent. – TuyenBQ Jan 20 '16 at 09:09
-
we can customize bro, thats the reason newly introduced in custom keyboard extension option – Anbu.Karthik Jan 20 '16 at 09:14
-
honestly, i tried to find out a solution for that but stuck in here. Could you plz suggest any tutorials? Many thanks! – TuyenBQ Jan 20 '16 at 09:17
-
see this link may be helps you https://www.quora.com/Is-it-possible-to-create-an-emoji-app-for-iOS-with-original-alternative-symbols – Anbu.Karthik Jan 20 '16 at 09:24
-
check sample app http://www.code4app.net/ios/Make-a-keyboard-which-support-input-emoji-and-text/52a9ba56cb7e841e178b69d0 – Anbu.Karthik Jan 20 '16 at 09:25
-
@Anbu.Karthik: thank a lot – TuyenBQ Jan 20 '16 at 09:27
-
There are a Demo App may meet your emoji requirement in this Kit, check https://github.com/ibireme/YYKit – Tom Jan 20 '16 at 10:06
-
@Tom: No, this respo only tracks keyboard animation. YYKeyboardManager — Access keyboard view and track keyboard animation. – TuyenBQ Jan 20 '16 at 10:41
-
might be help you https://github.com/ayushgoel/AGEmojiKeyboard – kb920 Jan 22 '16 at 09:23