-
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
타이머가 끝난 후에 다음 유저 카드로 넘어가지 않는 현상 #59
Labels
🐯 Bug
Something isn't working
Comments
Minny27
added a commit
that referenced
this issue
Feb 1, 2024
- 이전에 round 함수를 없앴는데, 없애면 오차가 발생하는 경우가 생기는 것으로 확인 - 왜 오차가 발생하고 그 오차가 간헐적으로 발생하는 지는 모르겠음.
2 tasks
Minny27
added a commit
that referenced
this issue
Feb 1, 2024
- 이벤트가 자주 발생할 수 있어서 바꿈 - 필요없는 코드 삭제 - pauseview를 collection view cell에 직접 추가 - isTimerActive를 hidden과 바인딩
Minny27
added a commit
that referenced
this issue
Feb 1, 2024
[#59]Fix: 타이머가 끝난 후에 다음 유저 카드로 넘어가지 않는 현상 수정
ibcylon
pushed a commit
that referenced
this issue
Feb 2, 2024
- 이벤트가 자주 발생할 수 있어서 바꿈 - 필요없는 코드 삭제 - pauseview를 collection view cell에 직접 추가 - isTimerActive를 hidden과 바인딩 Fix: convert notification to keyboardLayoutGuide Revert "Fix: convert notification to keyboardLayoutGuide" This reverts commit 2b1647182c8121d199344d8ed7ed2d81f11dbfa9. Revert "Fix: convert notification to keyboardLayoutGuide" This reverts commit 2b1647182c8121d199344d8ed7ed2d81f11dbfa9.
ibcylon
added a commit
that referenced
this issue
Feb 2, 2024
* [#57]Update: 이미지 추가 및 폴더명 변경 * Refactor: dim view 색상 및 접근 범위 수정 * [#57]Feat: UserCardViewCollectionViewCell 커스텀 - 각 셀이 그려진 후에 올리기 위해서 cell 자체를 커스텀해서 dimView, pauseView를 따로 만들어줌 * [#57]Feat: 멈춤 화면 구현 - UIVisualEffectView로 blur 뷰 구현 - 해당 뷰 contentiView에 텍스트와 정지 이미지 추가 - 피그마 디자인과 유사하게 하기 위해서 alpha값 추가함 * [#57]Feat: 타이머가 활성화 중인지 유무 확인 변수 output.isTimerActive 구독 - output.isTimerActive가 true일 때 pause view를 hidden하고 false일 때 보여주기 * [#57]Refactor: viewWillAppearTrigger 트리거 제거 - 기존에는 Falling 화면에 진입했을 때, 타이머를 멈추도록 구현했는데, 더블 클릭을 했을 때만 멈추도록 수정 * [#59]Enhance: 멈춤 뷰 add, remove에서 hidden으로 수정 - 이벤트가 자주 발생할 수 있어서 바꿈 - 필요없는 코드 삭제 - pauseview를 collection view cell에 직접 추가 - isTimerActive를 hidden과 바인딩 Fix: convert notification to keyboardLayoutGuide Revert "Fix: convert notification to keyboardLayoutGuide" This reverts commit 2b1647182c8121d199344d8ed7ed2d81f11dbfa9. Revert "Fix: convert notification to keyboardLayoutGuide" This reverts commit 2b1647182c8121d199344d8ed7ed2d81f11dbfa9. --------- Co-authored-by: LeeSeungmin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detail
Cause
Environment
The text was updated successfully, but these errors were encountered: