-
Notifications
You must be signed in to change notification settings - Fork 2
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
[fix] 네비게이션바 경계선 로직 수정 #369
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
우와먹져요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿! 고생하셨습니다 👍 독립적으로 border를 추가하는 것 너무 좋네요~~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다! 다만 내 모임 리스트 뷰에서 네비게이션 바가 흰 색으로 적용되지 않는 것 같습니다. (내 모임 뷰와 달리 마이페이지 뷰에서 흰 색으로 잘 나타는 이유는 뷰 자체에서 topBackgroundView를 선언하여 흰색으로 설정해두어서인 것 같구요) 코드를 봐도 뭐가 문제인지 잘 모르겠어서 ㅜㅜ 진웅 님께서 보시고 이대로 진행하는 것이 좋다고 판단되면 이후 제 뷰만 제가 새로 이슈를 파서 해결해보겠습니다
🔗 연결된 이슈
📄 작업 내용
💻 주요 코드 설명
독립적인 경계선
view
에 경계선을 추가하여 독립적인 화면으로 존재하도록 하였습니다.BaseViewController.swift
그렇다면 네비게이션 컨트롤러는?
shadowImage
혹은shadowColor
가nil
이 아니면 기본적으로 보여지는 시스템적인 경계선이 있었습니다.view
에 경계선을 추가하기 때문에 필요없게끔 코드를 수정하였습니다.UINavigationController+.swift
👀 기타 더 이야기해볼 점