[Feat] #35 - 네비게이션 바 Extension 메서드로 구현 #38
Merged
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.
🌴 PR 요약
🌱 작업한 브랜치
🌱 작업한 내용
뒤로가기버튼+타이틀
,홈 우측 두개버튼
이렇게 구현해두었습니다📌 참고 사항
initTransparentNavBar
: 네비바를 사용하지 않을 때initWithBackButton
: 뒤로가기 버튼을 가진 네비바(다른 네비바의 기본이 됨)initWithTitle
: 뒤로가기 버튼 + 타이틀 을 가진 네비바(현재 모아보기 뷰에서 사용)initWithTwoCustomButtons
: 우측 버튼 두개(현재 홈에서 사용)📸 스크린샷
📮 관련 이슈