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
- KeyPath
- ribs
- Tuist
- 네트워크 통신
- ios
- SwiftUI
- swift 5.9
- swift database
- observable
- GCD
- swift 6
- ios database
- RxSwift
- uitableviewdiffabledatasource
- swift
- Firebase Analytics
- swift db
- xcode
- Subscribe
- Tuist Swift
- arc
- 카카오뱅크 ios
- Subject
- JSON
- SeSAC
- Combine
- Firebase
- combinecocoa
- realm
- Swift Tuist
Archives
- Today
- Total
목록RootRIb (1)
천원의 개발

안녕하세요. 천원입니다. RootRIB 설정하는 부분은 공식문서에 없어서 간단하게 정리해두고자 포스팅합니다. 먼저 기존 RIB들과 동일하게 생성해줍니다. 참고로 Owns corresponding view 체크하면 view없이 동작하는 RIB 만들 수 있습니다. SeneDelegate에서 launchRouter로 RootRIB 붙여줍니다. private var launchRouter: LaunchRouting? func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { // Use this method to optionally configure ..
iOS&Swift🍎/Swift
2023. 9. 9. 11:31