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
- swift 점선
- swift navigationcontroller
- RxSwift
- custom ui
- swift dashed line
- custombottomsheet
- swift 백준
- identifiable
- swift bottomsheet
- domain data
- task cancel
- swift custom ui
- reactorkit
- 타임라인 포맷팅
- SWIFT
- task cancellation
- rxdatasources
- paragraph style
- claen architecture
- coordinator
- DP
- UIKit
- traits
- custom navigation bar
- Tuist
- swift concurrency
- 버튼 피드백
- button configuration
- BFS
- uikit toast
Archives
- Today
- Total
목록custom navigation bar (1)
김경록의 앱 개발 여정

✅ 두 가지 스타일의 내비게이션 바 사용현재 프로젝트에선 다음과 같은 구조로 내비게이션 바 스타일이 나뉩니다:루트(첫 번째) 화면 → 로고 및 아이콘을 포함한 커스텀 스타일그 이후 푸시된 화면들 → 시스템 스타일 기반의 일반 네비게이션 바🎛 커스텀 네비게이션 컨트롤러에서 공통 처리이미 앱 전반에서 사용되는 커스텀 내비게이션 컨트롤러(InteractivePoppableNavigationController)가 존재하므로, 여기에 스타일 설정을 통합합니다.SceneDelegate 또는 AppDelegate에서 내비게이션 컨트롤러를 초기화할 수 있습니다:// SceneDelegatefunc scene(_ scene: UIScene, willConnectTo session: UISceneSession, opti..
Trouble Shooting
2025. 4. 11. 13:01