Rotation behaving differently on iOS6

后端 未结 12 2205
野的像风
野的像风 2020-11-30 06:00

I did an App which is tab-based. Nothing needs to be on landscape mode but a couple of views. It worked OK on iOS5 and I was pretty happy with the result. However with iOS6

12条回答
  •  Happy的楠姐
    2020-11-30 06:34

    Are you setting the rootViewController in the delegate? For example,

        self.window.rootViewController = self.navigationController;
    

    When I was doing some iOS6 testing it wouldn't work properly until I did that...

提交回复
热议问题