I have a UITextView and I need to detect if a user enters an emoji character.
I would think that just checking the unicode value of the newest character would suffic
if your do not want your keyboard to show emoji you can use YOURTEXTFIELD/YOURTEXTVIEW.keyboardType = .ASCIICapable This will show a keyboard with no emoji
YOURTEXTFIELD/YOURTEXTVIEW.keyboardType = .ASCIICapable