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

[Feat/#7] 탭바 UI 생성 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cinnamonfor6214
Copy link

@cinnamonfor6214 cinnamonfor6214 commented Jan 20, 2025

🛠 변경 사항 Changes

  • 탭바 UI 구현해봤습니다!

💬 기타 참고 사항

  • 원래는 Tab 사용해서 구현하려고 했는데 해당 기능이 iOS18 부터 적용되는 것 같아서 TabItem으로 구현했습니다.
  • iOS15 부터는 탭바 관련된 설정을 init할 때 appearance = UITabBarAppearance() 사용해서 해야된다고 해서... 해당 부분은 제가 지피티 도움을 좀 받았습니다... 우선 공유부터 하고 더 공부해서 제가 코드를 수정하겠습니다!
  • 구분선을 구현하고 싶었는데 UITabBarAppearnace로 구현함에 어려움을 느껴서 일단 rectangle로 구현했습니다... 이부분도 더 공부해서 수정하겠습니다!

🔗 관련 이슈 Related issues

closes #5

📸 스크린샷 (선택 사항)

스크린샷 2025-01-20 오후 3 41 39

image

image

image

@cinnamonfor6214 cinnamonfor6214 added the Feat 새로운 기능 또는 요청 label Jan 20, 2025
@cinnamonfor6214 cinnamonfor6214 self-assigned this Jan 20, 2025
@cinnamonfor6214 cinnamonfor6214 linked an issue Jan 20, 2025 that may be closed by this pull request
5 tasks
@agseou
Copy link
Contributor

agseou commented Jan 20, 2025

아이쿠 이미지가 깨져요..ㅜㅜ Readme 줄바꿈 해주세요!
작성하면서 Preview 탭을 누르면 마크다운이 어떻게 보일지 미리 확인해볼 수 있어요!

Copy link
Contributor

@agseou agseou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR 제목도 규칙에 맞춰서 바꿔주세요~

@cinnamonfor6214 cinnamonfor6214 changed the title Feat: 탭바 UI 생성 [Feat/#7] 탭바 UI 생성 Jan 21, 2025
@cinnamonfor6214
Copy link
Author

수정 했습니다! 확인 부탁드려요!
@agseou @neaimt

@agseou
Copy link
Contributor

agseou commented Jan 21, 2025

수정 했습니다! 확인 부탁드려요! @agseou @neaimt

규칙에서 PR 제목에 붙는 번호는, PR 번호가 아닌 이슈번호예요!
작성한 이슈 번호니까 [Feat/#5] 로 적으면 됩니당~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 또는 요청
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 탭바 UI 구현
2 participants