06-29 20:31
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ChatGPT
- RETROFIT
- KB
- CHAT GPT
- Mac
- ios
- 새마을금고
- 용산 호반써밋 에이디션
- gradle
- java
- Android Studio
- 3rd framework
- kotlin
- audio record
- ndk r24
- ndkVersion
- Andorid
- 달러예금
- BindingAdapter
- 고금리
- MG더뱅킹정기예금
- JetPack
- 예금
- Swift
- Data Binding
- arm-linux-androideabi
- 청약
- EditText
- 사전청약
- Android
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 |