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