반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- subscript
- Apple
- SwiftLint
- RxSwift
- swipe
- LazyHStack
- 문자열
- autolayout
- Observable
- UIScrollView
- dictionary
- ios
- github
- string
- NavigationLink
- 라이트모드
- UITabBarController
- WebView
- 다크모드
- Firebase
- SwiftUI
- gcd
- 웹뷰
- UIButton
- remote config
- Java
- Swift
- Alamofire
- Realtime Database
Archives
- Today
- Total
목록windowScene (1)
점진적 과부하 개발 블로그

Swift 인스타그램UI 클론 코딩 프로젝트 생성 프로젝트를 생성합니다. Interface는 Storyboard로 선택해줍니다. Storyboard 삭제 Interface는 Storyboard로 설정하였지만 UI는 코드로 작성할 것이기 때문에 MainStoryboard를 삭제 해줍니다. Find Navigator에서 Main을 검색하고 관련된 것들을 삭제 해줍니다. SceneDelegate 수정 rootViewController를 설정해 줘야 되기때문에 SceneDelegate를 수정해줍니다. windowScene은 창을 만들고 지정된 장면 개체와 연결을 합니다. https://developer.apple.com/documentation/uikit/uiwindow import UIKit class Sce..
Swift
2022. 5. 2. 22:22