[FEAT] 탭바를 네이티브 TabView로 전환 - #18
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe
하단 탭바를 커스텀 뷰에서 SwiftUI 네이티브
TabView로 교체했습니다.Works made
MainTabView를TabView(selection:)+.tabItem구조로 재작성.GAMSS/Info.plist에UIDesignRequiresCompatibility추가: iOS 26부터 기본 적용되는 "Liquid Glass"(플로팅 캡슐형) 탭바 대신, 목업과 같은 플랫한 탭바 모양을 쓰기 위해 애플이 제공하는 임시 호환 옵션을 켰습니다. (애플이 추후 Xcode 릴리스에서 제거 예정이라고 명시한 옵션이라, 제거되면 재검토 필요)isTabBarHidden바인딩 방식에서.toolbar(.hidden, for: .tabBar)로 단순화 (HomeView,ConversationListView)CustomTabBar.swift삭제MainTabenum엔 남겨두고TabView에서만 제외 — 현재 필요 없다고 확인됨, 추후 재사용 예정)tabIconHome/tabIconChat) 추가