landscape [Swift] 특정 ViewController에서 화면 회전하기 앱은 이렇게 orientation이 portraint로 설정이 되어있지만, 특정 viewController에서는 화면을 회전하고 싶을 때 회전하는 방법에 대해서 정리해봤습니다. 우선 AppDelegate의 func application(_:, supportedInterfaceOrientationsFor:) 함수에 대해서 알아야 합니다. 해당 함수는 viewController에서 사용 될 인터... rotatelandscapeOrientationswiftOrientation
[Swift] 특정 ViewController에서 화면 회전하기 앱은 이렇게 orientation이 portraint로 설정이 되어있지만, 특정 viewController에서는 화면을 회전하고 싶을 때 회전하는 방법에 대해서 정리해봤습니다. 우선 AppDelegate의 func application(_:, supportedInterfaceOrientationsFor:) 함수에 대해서 알아야 합니다. 해당 함수는 viewController에서 사용 될 인터... rotatelandscapeOrientationswiftOrientation