Yes the code mentioned up only describes the transition to the landscape view and vice versa when the device is flipped. You will need to apply rotation transformation code to the landscape view in order to draw thing nicely in landscape. There's a couple of open topics on this forum about that. You should easily find them with searching for "landscape view".
Should be fairly easy to layout landscape views but there's no documented method on how to transform view coordinates for landscape layout. Most of guys (including me) do it like it's mentioned on this forum - by applying rotation transformation to the view and it's subviews.
|