私はプログラムでデバイスとインターフェースの向きをチェックしていますが、ポートレートモードでも横向きに行くたびにここに私のコードがあります解決策を教えてください:-
if ([[UIDevice currentDevice]orientation] == UIDeviceOrientationLandscapeLeft||[[UIDevice currentDevice] orientation]== UIDeviceOrientationLandscapeRight || [self interfaceOrientation] == UIInterfaceOrientationLandscapeLeft || [self interfaceOrientation] == UIInterfaceOrientationLandscapeRight)
{
}
else
{
}