I have a tab bar view controller, which contains some navigation controllers each with a root view controller. Everything should only render in portrait. All's well. One of the child view controllers pushes another view controller using it's navigation vc, and that one I'd like to allow rotation to landscape on.
Tabbar vc
nav vc/vc1
nav vc/vc2
nav vc/vc3
pushes new vc4 <- ONLY this one should autorotate. Further more, if you're in landscape mode in this vc and hit 'back', it goes back in portrait.
The app 'line' does this - the actual 'chat' window can autorotate.
Please give me the codes! ;) I'm hoping it doesn't require messing with the transforms...