Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [#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]>
- Loading branch information