강제로 Landscape 모드로 전환
2022. 9. 13. 10:07ㆍ아이폰 개발
어이없게 너무 간단하다 ㅠㅠ
// 가로전환을 위해 사용 ( landscape / Left / Right 가능 )
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
return .landscapeRight
}
https://leechamin.tistory.com/411
[Swift] 넷플릭스 화면 따라만들기 (3)
저번까지는 searchAPI를 구현해봤었다. 이제는 클릭 이후에, 영상을 가져오고/틀어주고, 화면전환까지 되도록 구현해보자. 그러기 위해서는 먼저 영상을 갖고 있는 movie라는 객체가 있어야 하고 영
leechamin.tistory.com