I have following requirement in my application.
- A tableView with games title
- After selecting a game / cell
- A detail view appears
- when user presses on a button to see the huge image from detail screen, it should push another view
- a new pushed view should be displayed in landscape mode
All previous view should be in portrait mode & only the last image displaying view controller should be in landscape mode.
How is that possible?
thanks in advance for helping me.