iOS Keyboard Active but Invisible when UISearchBar is tapped
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