私は Xcode の初心者で、自動レイアウトで ios6 を使用しています。
uiviewcontroller を次から回転させたい:
に:
ボトムバーが回転しないようにしたいです。Apple のカメラ アプリの回転と非常によく似たものですが、問題はすべてが回転することです。
私はいくつかのコードを入れようとしました
-(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration{
// [Bar setTransform:CGAffineTransformMakeRotation(M_PI / -2.0)];
// [Bar setTranslatesAutoresizingMaskIntoConstraints:YES];
}