Author Topic: Keyboard top bar on IOS  (Read 3826 times)

riviereg

  • Guest
Keyboard top bar on IOS
« on: March 01, 2013, 10:33:52 PM »
Hi,

I'm using NGUI on IOS and with the UILabel, the keyboard raise a "top input bar" (cf. the picture). Do you know if there's a way to remove this top bar ?

Will.

mantisstudio

  • Guest
Re: Keyboard top bar on IOS
« Reply #1 on: March 02, 2013, 07:57:48 AM »
Hi riviereg,

Just call anywhere in your code :

  1. TouchScreenKeyboard.hideInput = true;

riviereg

  • Guest
Re: Keyboard top bar on IOS
« Reply #2 on: March 04, 2013, 01:22:06 PM »
It works ! Thanks

Will