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

APP-10298 : PanModalNavigationController 추가 #10

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

Conversation

Raymond-Sik
Copy link

@Raymond-Sik Raymond-Sik commented Sep 24, 2024

요약

변경사항

  • PanModalNavigationViewController를 PanModal 내부로 이동

@Raymond-Sik Raymond-Sik self-assigned this Sep 24, 2024
Copy link
Author

Choose a reason for hiding this comment

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

PanModalNavigationController를 PanModal 안으로 옮기게된 이유입니다.

  1. extension으로 구현한 PanModalPresentable 디폴트 값이 PanModal 라이브러리 내부와 ZigZag내부에 둘다 정의되어있음
    • ZigZag에서 사용할 경우에는 ZigZag내부에 정의된 디폴트 값으로 덮어씌워지므로 상관 없음
    • 피처모듈에서 사용할 경우 두 디폴트값중 어느 값을 사용해야할지 알 수 없다는 오류가 발생
  2. PanModal을 사용한 네비게이션 뷰컨이므로 PanModal 내부에 있는것이 더 맞다는 생각이 듦

Copy link
Author

Choose a reason for hiding this comment

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

PanModal에서 사용하는 디자인 시스템 컬러값들이 있어서 별도로 정의해주었습니다.

Copy link
Author

Choose a reason for hiding this comment

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

컬러값을 외부에서 주입받을 수 있도록 변경

@Raymond-Sik Raymond-Sik marked this pull request as ready for review September 24, 2024 05:56
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