강제로 Landscape 모드로 전환
2022. 9. 13. 10:07ㆍ아이폰 개발
어이없게 너무 간단하다 ㅠㅠ
// 가로전환을 위해 사용 ( landscape / Left / Right 가능 )
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
return .landscapeRight
}
https://leechamin.tistory.com/411