Skip to content
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

[iOS] Map, Rewind Scene BugFix #300

Merged
merged 6 commits into from
Dec 11, 2023

Conversation

PushedGun
Copy link
Member

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

Rewind 상태바

: 타이머 정지, 호출 순서 반대로 되어 있었음

Rewind 자동재생되지 않는 현상

: timer을 binding 하기 전에 실행시키던 것이 문제가 됨

상태바가 끊겨서 차오르는 현상

: main thread에서 작업하지 않도록 최대한 background에서 작업할 수 있도록 DispatchQueue 설정

🧪 테스트 방법

동작을 테스트할 수 있는 방법을 설명합니다.
앱 실행 방법일 수 있고, 유닛 테스트 실행 방법일 수 있습니다.

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

📸 스크린샷

작업한 내용에 대한 스크린샷, 영상 등을 첨부합니다.

@PushedGun PushedGun changed the base branch from main to iOS/release December 11, 2023 02:58
@PushedGun PushedGun self-assigned this Dec 11, 2023
@PushedGun PushedGun added the 🐞 버그 픽스 발견된 버그 (목록, 해결 여부) label Dec 11, 2023
@PushedGun PushedGun added this to the 🌠 여정 조회 milestone Dec 11, 2023
Copy link
Collaborator

@yoondj98 yoondj98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

버그 수정 내역 확인했습니다!

@SwiftyJunnos SwiftyJunnos merged commit f503e88 into iOS/release Dec 11, 2023
33 checks passed
@SwiftyJunnos SwiftyJunnos deleted the iOS/task/Map-RewindSceneBugfix branch December 11, 2023 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 버그 픽스 발견된 버그 (목록, 해결 여부)
Projects
Status: ✅ 완료
Development

Successfully merging this pull request may close these issues.

3 participants