デバイスが回転したときにキャッチするデバイスの向きのリスナーを作成しました。
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(jumpBarButtonPosition)
name:@"UIDeviceOrientationDidChangeNotification" object:nil];
ただし、jumpBarButtonPosition メソッド内では、UIDeviceOrientation の使用から statusBarOrientation に変更したため、statudBarOrientation の変更に関する通知のみを受け取るために、UIDeviceOrientationDidChangeNotificationを置き換えることができるものを傷つけています。