05-14 11:04
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- MG더뱅킹정기예금
- ChatGPT
- JetPack
- Swift
- 사전청약
- 달러예금
- Andorid
- Data Binding
- gradle
- BindingAdapter
- Mac
- 예금
- ios
- kotlin
- KB
- RETROFIT
- 청약
- CHAT GPT
- arm-linux-androideabi
- EditText
- 새마을금고
- audio record
- Android
- Android Studio
- 용산 호반써밋 에이디션
- ndkVersion
- 3rd framework
- 고금리
- java
- ndk r24
Archives
- Today
- Total
pear
[iOS] UI portrait fixed(세로 고정) 본문
AppDelegate
Function Add
(UIApplicationDelegate function override)
func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {
// portrait fixed
return UIInterfaceOrientationMask.portrait
}
'iOS > swift' 카테고리의 다른 글
[iOS]Swift Value Memory Study (0) | 2023.06.16 |
---|---|
[iOS] record(swift) 응용 (0) | 2023.06.16 |
[iOS]DispatchQueue.global (0) | 2023.03.08 |
[swift]3rd part framework - Undefined symbols for architecture (0) | 2022.05.27 |
iOS issue - Error creating LLDB target at path (0) | 2022.01.20 |