摘要:
在iOS6下shouldAutorotateToInterfaceOrientation被弃用,现在iOS6下有三个新方法处理屏幕旋转:[plain] view plaincopy //是否支持屏幕旋转 -(BOOL)shouldAutorotate{ returnYES; } //支持的旋转方向 -(NSUInteger)supportedInterfaceOrientations{ returnUIInterfaceOrientationMaskAllButUpsideDown;//UIInterfaceOrientationMask... 阅读全文
posted @ 2013-07-03 15:29
李伯波
阅读(270)
评论(0)
推荐(0)

浙公网安备 33010602011771号