I have created one UIPopoverController
. Here, I can display the popover fine where the content view is a UITableView
. When the popover is visible, I have to press a button and reload the tableview.
After that the tableview may increase it's height. I want to resize the popover when reload is performed.