I want to know essentially what this guy is asking how to detect when the iOS default keyboard type switches from text to numbers
I want to know how to know when the user switches from the alphabet side of the Default keyboard to the Numeric side.
The reason I want that is that I want to keep the numeric side when user changes from one textfield to the next, if the last thing they wrote is a number.
And I can't use the numbersAndPunctuation keyboard type as a whole because it doesn't have the ability to change to Emoji, which I still need to be able to. But if I knew when they switched, I would be able to start at the NumbersAndPunctuation and then when the user switched I would be able to change keyboard type to default, so the User would be able to switch to Emoji.
Either that or the ability to start the default keyboard on the numbers side. If that's possible that would be a solution aswell.
Any help would be appreciated :)