UIViewController有一个属性interfaceOrientation,但是它总是返回portrait,有可能是个bug。
只能这样:
[UIApplication sharedApplication].statusBarOrientation
UIViewController有一个属性interfaceOrientation,但是它总是返回portrait,有可能是个bug。
只能这样:
[UIApplication sharedApplication].statusBarOrientation
相关文章: