objective c - Bringing up the iPad keyboard which is predominantly symbols -


apologies in advance if answered genuinely couldn't find it. i'm trying bring keyboard type on ipad appears when pressing "#+=" button. i've tried going through types on docs , i'm sure wasn't successful. missing or user have click button every time?

edit: question closed "off-topic" because didn't include code or ideas or i've tried already... therefore bit of detail, used every keyboard type available on docs e.g.

thetextfield.keyboardtype = uikeyboardtypenumberpad; 

this did not yield results require, keyboard plane appears when press #+= button because wanted users go straight one.

you have no ability affect built-in keyboards.

you can create own custom input view set on inputview of text editing view before make first responder. ios show view instead.

have @ project of mine implemented "morse keyboard" (april fool's joke), demonstrates how achieve custom keyboard still interacts text field you'd expect. http://www.cocoanetics.com/2012/04/dtmorsekeyboard-tutorial/


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -