Skip to content

Commit

Permalink
[Chore] #104 - 세로모드 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
binisnil committed May 2, 2024
1 parent 61d7d1a commit 35908eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Motivoo-iOS/Motivoo-iOS/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
// If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
}

// 세로방향 고정시키기
func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {
return UIInterfaceOrientationMask.portrait
}
}

0 comments on commit 35908eb

Please sign in to comment.