iOS Keyboard Active but Invisible when UISearchBar is tapped

独自空忆成欢 提交于 2019-12-06 08:51:59

问题


I have an issue which performs exactly as depicted here. https://www.youtube.com/watch?v=Fup-WrgN3wA I am not the owner of this video and am unable to find any meaningful solutions to the issue depicted in it.

Im my case: I have a UITableView with a UISearchBar in it. Tapping the UISearchBar makes it the firstResponder with a blinking cursor ready to accept keyboard inputs. However the Keyboard is invisible but still clickable.

If I leave it in that state for 10-20 seconds, the keyboard magically appears on its own without any reason.

Has anyone experienced this and what was done to resolve it?

I have tried UISearchBar/UISearchBar and Search Display/UITextField - with same results on all.

Latest iOS 8.1.2 Latest Xcode 6.1.1

Thanks in Advance

来源:https://stackoverflow.com/questions/27513103/ios-keyboard-active-but-invisible-when-uisearchbar-is-tapped

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!