728x90
UIInterfaceOrientation orientation = [[UIDevice currentDevice] orientation];
if(!UIDeviceOrientationIsLandscape(orientation))
{
//가로모드.
}else
{
//세로모드.
}
728x90
'Developer > iOS' 카테고리의 다른 글
[iOS]파일 압축, 압축 해제 (7) | 2011.06.21 |
---|---|
[iOS] 콜백 메소드 만들기/호출하기 (3) | 2011.06.16 |
[iOS] 그림의 상하가 뒤집어지는 애니메이션 (0) | 2011.06.07 |
[iOS] UISwipeGestureRecognizer 등록하는 법 (1) | 2011.06.07 |
[iOS] 페이지 넘기는 효과 (1) | 2011.06.07 |