I have one UIButton on my screen. On selecting/clicking this Button I am opening list of Items in UIPopoverController. When I select item form UIPopoverController, the program works as intended without any issue. The problem occurs when instead of selecting item form UIPopoverController, if I click on screen, screen just turns blank, loosing all the content and controls from the screen. What could be the problem?