I am making a sample application where I am using UIPopoverView to display the list of items.
I am following this link for my sample application.
In the above link tutorial, a “movies list” appears. When the button is clicked, a pop over appears,but when I select the movie name it is not getting displayed on label.
can anyone tell what is happening or anything should be added in the code. I am not able to display the selected items on the label.
Check the connections of buttons and the respective actions. Debug the code placing the break point. I think u have missed something from the tutorial.