[TNT-221] API 포함 결과 처리 관련 오버레이 UI 로직 작성 #65
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.
📌 What is the PR?
🪄 Changes
🌐 Common Changes
🔥 PR Point
ProgressView는 단순 Bool 값으로 관리되고 - ToastView는 Queue 방식으로 관리됩니다.
현재 표시되고 있는 Toast는 Queue의 맨 앞에서 FIFO로 출력된 데이터이며, 표시 해제 시 Queue의 다음 Toast가 표시됩니다.
실력이슈로 TCA Redcuer로 구현하다 ObservableObject로 노선을 변경하고, NotificationCenter를 통해 이벤트 구독형으로 작성했습니다. 추후 개선 방향 도출 시 리팩토링 예정입니다.
사용법은 아래와 같습니다
📸 Screenshot
🙆🏻 To Reviewers
💭 Related Issues