화면 고정
override func supportedInterfaceOrientations() -> UIInterfaceOrientationMask {
return [.Portrait, .PortraitUpsideDown] // 세로고정
return [UIInterfaceOrientationMask.LandscapeLeft,UIInterfaceOrientationMask.LandscapeRight] // 가로고정
}
'IT > IPhone개발' 카테고리의 다른 글
[Swift 3.0] URL 에 한글 인코딩 (0) | 2016.10.31 |
---|---|
다음지도 API 연동하기 (0) | 2016.08.26 |
[Swift] 애드몹 IOS 연동하기 (0) | 2016.05.19 |
[Swift] Optional 사용 (0) | 2016.05.04 |
[Swift] Segue로 값넘기기 (0) | 2016.05.03 |