Skip to content

[FEAT] 커스텀 탭바 디자인 적용 - #16

Merged
cchanmi merged 7 commits into
developfrom
feature/custom-tab-bar
Aug 11, 2026
Merged

[FEAT] 커스텀 탭바 디자인 적용#16
cchanmi merged 7 commits into
developfrom
feature/custom-tab-bar

Conversation

@cchanmi

@cchanmi cchanmi commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Describe

Figma 시안 기반으로 하단 탭 구조를 교체합니다. 커스텀 탭바(보관함/홈/대화 3탭)로 바꾸고, GAMSS 로고도 텍스트에서 손글씨 이미지로 교체했습니다.

Works made

  • Presentation
    • MainTab: 탭 종류(archive/home/chat)
    • CustomTabBar: 선택 상태에 따라 색상이 바뀌는 플로팅 탭바 뷰 추가
    • HomeView/ConversationListView: isTabBarHidden: Binding<Bool>을 받아 채팅 화면(ChatView) 진입 시 onAppear/onDisappear로 탭바를 숨김/복원
    • GAMSS 로고를 Text 기반 캡슐에서 손글씨 이미지 에셋(logoGamss, 1x/2x/3x)으로 교체

Changes Made

As-Is

기존 로직
SwiftUI 기본 TabView 위에 SF Symbol 기반 탭 2개(홈/대화)로 구성.

To-BE

변경 로직
보관함/홈/대화 3개 탭을 가진 커스텀 플로팅 탭바로 교체. 채팅 화면 진입 시 탭바가 자동으로 숨겨졌다가 복귀 시 다시 나타남.

Additional context

  • 탭 아이콘 에셋(tabIconArchive/tabIconHome/tabIconChat)은 아직 없어서 현재 아이콘 자리가 비어 보입니다 — 별도로 준비 중이며 추가되는 대로 반영 예정입니다.
  • 키보드 활성화 시 탭바도 같이 움직이는 이슈가 있는데, 내일 중으로 변경될 수도 있다고 해서 일단 보류할게요.

@cchanmi
cchanmi force-pushed the feature/custom-tab-bar branch from fd7255e to ebff4eb Compare August 11, 2026 14:20
@cchanmi cchanmi self-assigned this Aug 11, 2026
@cchanmi
cchanmi merged commit bacb512 into develop Aug 11, 2026
1 check failed
@cchanmi
cchanmi deleted the feature/custom-tab-bar branch August 11, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant