标签:
NGUI没设置hideInput 但是又看不见输入内容
解决办法:
修改编译的xcode工程里的 keyboard.mm 文件里的 positionInput 方法
257行
textField.frame = CGRectMake(textField.frame.origin.x, textField.frame.origin.y, kbRect.size.width - 3*18 - 2*50, textField.frame.size.height);
IOS上 Unity4.x 键盘输入上面的InputView会不显示 BUG
标签:
原文地址:http://www.cnblogs.com/reuyui/p/4802986.html