ios7 - iOS 7/8 system keyboard height -
i've spent few days trying research feel answer 1 liner, here goes:
this question not refer custom keyboards on ios system keyboard pops first responders.
i noticed default keyboard on apps shorter , more slick keyboard end getting on app. here keyboards (sorry not uploading photos, don't have enough rep yet)
most apps:
http://i.imgur.com/fru19oy.png
the keyboard i'm getting:
http://i.imgur.com/poeings.png
is config i'm missing? os version target issue?
thanks!
you can add following code:
textfield.autocorrectiontype = uitextautocorrectiontypeno;
where textfield
text field or text view showing keyboard.
Comments
Post a Comment