Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Redesign] 내비게이션바 #104

Open
wants to merge 4 commits into
base: Redesign/99-TabBar
Choose a base branch
from

Conversation

Chaeho-Min
Copy link
Member

개요

작업내용

  • 내비게이션바 커스텀
작업 전 작업 후

리뷰포인트

  • CustomNavBar protocol
    • navigationItem을 설정하도는 함수 선언
    • 뷰컨에서 채택 후 함수 바로 사용하면 됨
      extension TodayViewController: CustomNavBar {
        private func setNavigationBar() {
            setNavigationBarAppLogo()
            setNavigationBarBackButton()
            setNavigationBarRightIconButton(systemName: "gearshape.fill", action: #selector(settingsDidTap))
        }
      }
      • setNavigationBarAppLogo()
        • 내비게이션바 왼쪽에 1D1C 글씨 설정
      • setNavigationBarBackButton()
        • 내비게이션바 뒤로가기 버튼 설정
        • 뒤로가기가 나오는 이전 뷰컨에서 적용해줘야함
      • setNavigationBarRightIconButton(systemName:action:)
        • 내비게이션바 오른쪽 아이콘 버튼 설정
        • SF symbols 사용
      • setNavigationBarRightLabelButton(title:color:action:)
        • 내비게이션바 오른쪽 라벨 버튼 설정

@Chaeho-Min Chaeho-Min self-assigned this Feb 11, 2023
@Chaeho-Min Chaeho-Min changed the title [Redesign] 내비게이션바 [Redesign] 내비게이션바 🚨머지금지!!🚨 Feb 11, 2023
@Chaeho-Min Chaeho-Min linked an issue Feb 11, 2023 that may be closed by this pull request
@Chaeho-Min Chaeho-Min changed the title [Redesign] 내비게이션바 🚨머지금지!!🚨 [Redesign] 내비게이션바 Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

리디자인 - 내비게이션바
1 participant