캘린더, 디테일 화면 리디자인 반영#99
Open
kanghun1121 wants to merge 15 commits into
Open
Conversation
- 공유 텍스트 하단에 공백 줄과 뭐먹었지 링크(https://mumuk.ai.kr/) 추가 - 앱 버전 1.0.0 → 1.1.0, 빌드 번호 26050725 설정
viewDidLoad(.loadInitialData)와 viewWillAppear(.refreshCurrentMonth)가 앱 최초 실행 시 동시에 같은 달 데이터를 요청하면서, 먼저 취소된 로드의 네트워크 응답이 전역 캐시를 먼저 채워버리고 나중에 응답한(실제로 화면이 구독 중인) 로드는 캐시와 동일하다고 판단해 yield를 건너뛰어 데이터가 화면에 반영되지 않던 문제를 수정. fetchPhotoURLs가 매 호출마다 항상 자신의 응답을 방출하도록 변경.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
✏️ 변경 내용
✅ 체크리스트
🧪 테스트
build_run_sim성공tuist generate성공📝 참고
dev