I am playing movie using MPMoviePlayerController,
I am using TableView,what happening with my application is when I press accessory button it will display detailed view and when I press cell area it will play movie that I wanted,(the way youtube application does)
but when I press "DONE" while playin movie it'll navigate to a view which is not my detail view but some empty view.
Any idea what should I do to achieve it so that when user press "DONE" it will nevigate me to my detail view instead of some empty view.
I tried to push view when "movieFinishedCallback" is executed but it'll pushing one more view on that empty view.