改变和恢复view的方向
摘要:
self.navigationController.view.transform = CGAffineTransformMakeRotation(M_PI/2); self.navigationController.view.frame = CGRectMake(0, 0, 320, 480); //设置应用程序的状态栏到指定的方向 [[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationLandscapeRight];self.navigationController.... 阅读全文
posted @ 2013-10-22 16:44
jack_yan
阅读(368)
评论(0)
推荐(0)
浙公网安备 33010602011771号