I have a UITableView which contains videos. I have 4 cells in UITableView. When I click on the video it should open in portrait mode. If rotate the mobile it moves to landscape.
What my requirement is, when I click on the cell, video should display in landscape mode without rotation. Is it possible or not?
Thanks in advance for your suggestions.