iphone - How to make the UIKeyboard black? -


i've seen question here: can tint (black) uikeyboard? if so, how?, top answer suggests can hack around doing may app rejected apple. must not true, i've seen other iphone applications (a major 1 being clear) have black uikeyboard. how done?

here's screenshot of clear reference:

enter image description here

try out

   [(uitextfield *)mysubview setkeyboardappearance:uikeyboardappearancealert]; 

or adding setkeyboardappearance:uikeyboardappearancealert appropriately depending on how have set up!


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -