-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- timer 클래스 생성 - timer에서 start()함수를 호출하면 disposable의 타이머 구독 생성 - pause에서는 현재 시간을 갱신하고 disposable의 구독을 해제하고 참조도 제거 - 로티 애니메이션 추가 - 디자인 변경으로 유저 카드 흔들리는 애니메이션 제거 - timeStart로 dimview를 hidden했었으나 currentTime이 BehaviorRelay로 되어 있어서 최초에 한 번 호출로 인해 dimview가 사라짐 - isTimerActive에서 처리하도록 해서 문제 해결
- Loading branch information
Showing
2 changed files
with
89 additions
and
87 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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