Support => NGUI 3 Support => Topic started by: riviereg on March 01, 2013, 10:33:52 PM
Title: Keyboard top bar on IOS
Post by: riviereg 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.
Title: Re: Keyboard top bar on IOS
Post by: mantisstudio on March 02, 2013, 07:57:48 AM
Hi riviereg,
Just call anywhere in your code :
TouchScreenKeyboard.hideInput=true;
Title: Re: Keyboard top bar on IOS
Post by: riviereg on March 04, 2013, 01:22:06 PM