I have a working code for switch & rotate views.
I want to implement in landscape mode a picture showcase, similar to the one in the iPhone music app (but more simply than in coverflow).
Currently, in landscape the nav bar is there, and the controls not fade when a seconds pass. I want a end-user experience similar to the music app, where the screen fade out, the album pictures appear, the navigation bar disappear and the controls are in HUD mode.
Then, switch back and all work fine.
What to do? I code this in a single viewcontroller or must have two separated?
I don't find a working sample code for this...
Thanks.