views:

139

answers:

1

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.

+1  A: 

Please see here How can I displat one uiview in landscape mode

ennuikiller