-
Notifications
You must be signed in to change notification settings - Fork 1
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
1.0.0에서 발견한 버그 수정 #114
1.0.0에서 발견한 버그 수정 #114
Conversation
고생많으셨습니다! 질문주신것만 확인하고 천천히 살펴볼게요.
|
case .링크_공유_완료(completed: let completed): | ||
state.shareSheetItem = nil | ||
return .none |
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.
연관값이 사용이 안되는데 어떤 경우에 쓰시려고 다신 건지 궁금합니다
아 이거 전에 공유가 됐는지 안됐는지에 따라 시트를 닫을려고 썼던 연관값인데, 생각해보니 이제 필요 없어졌네요... 지우겠습니다!
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.
저였으면 회원가입 완료를 @Presents
로 바꾸는 작업만 따로 진행할 것 같아요.
fullScreenCover로 띄워버리는 쪽이 수정이 덜 할 것 같아서요
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.
저였으면 회원가입 완료를
@Presents
로 바꾸는 작업만 따로 진행할 것 같아요. fullScreenCover로 띄워버리는 쪽이 수정이 덜 할 것 같아서요
사실 그걸 생각 안해본건 아닌데.. 그냥 사용자 입장에서 화면 전환이 더 깔끔하다고 느껴서 이렇게 작업했습니다..!! 사실 TCA의 delegate과 캡슐화 덕분인지 작업하는데 큰 무리는 없었어여
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.
ㅇㅈ 사실취향차이
@@ -332,7 +332,6 @@ private extension PokitSearchFeature { | |||
state.domain.condition.isRead = false | |||
return .send(.inner(.페이징_초기화)) | |||
case .링크_공유_완료(completed: let completed): | |||
guard completed else { return .none } |
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.
리뷰하다가 봤는데 수정되면서 completed
가 미사용되는거군여! 이런경우도 수정하면서 같이 지워주세요!
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.
👍👍👍👍👍👍
일단 apporve해둘테니 수정하고 합쳐주시면 될 것 같아요 굿짭! |
감사합니다! |
저희가 커스텀 탭바를 쓰면서 기본 탭바에 커스텀 탭바를 덮어 씌우는 형식으로 구현을 하다 보니 이런 생각이 들었습니다..!! |
b6bdf7b
to
055b1de
Compare
#️⃣연관된 이슈
📝작업 내용
LoginRootFeature
를LoginFeature
<->SignUpFeature
간ifCaseLet
처리로 바꿨습니다.스크린샷 (선택)
💬리뷰 요구사항(선택)
ifLet
오류만 사라졌을 뿐 증상은 동일하였습니다. (제 생각에는 TCA의 고질적 문제가 아닐까...)ifCaseLet
로 바꾼 이유는 저희가 뒤로가기 버튼을 커스텀 하면서, 뒤로가기 제스처를 강제로 활성화 시켰기 때문입니다. 이로 인해 버튼이 안보여도 뒤로가기가 가능해지는 문제를 보였고, 아예 화면 플로우를 자체를 분리 시켰습니다.ifCaseLet
처리를 하다가 문득 든 생각은.. Pokit <-> Remind 화면간 전환에TabView
를 쓸 필요가 있나? 싶었습니다. 어떻게 생각하시는지 궁금해요.close 이슈번호