I have a controller with textview and button, when I tap on one of the textview it's prompts an alertview which contains textbox, OK button, and cancel button.
After entering this screen tap on any of the textview so that it alertview with textview prompts with keyboard.
Now I'm going to background on entering foreground a black screen with alertview and keyboard will display.
On dismissing alertview, the screen is displayed properly.
Why this is happening? Any solution?