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

'x' 버튼 이벤트 구현 #72

Open
2 of 3 tasks
Tracked by #69 ...
Minny27 opened this issue Mar 22, 2024 · 0 comments
Open
2 of 3 tasks
Tracked by #69 ...

'x' 버튼 이벤트 구현 #72

Minny27 opened this issue Mar 22, 2024 · 0 comments
Assignees
Labels
🦊 Feature New feature or request

Comments

@Minny27
Copy link
Member

Minny27 commented Mar 22, 2024

  • 유저 카드에서 'X' 버튼 클릭 시 로티 애니메이션 표시를 0.5초간 유지 후, 다음 유저 카드로 스크롤
  • 타이머의 상태를 .over로 변경
  • API 연동
Minny27 added a commit that referenced this issue Mar 22, 2024
- timer 클래스 생성
- timer에서 start()함수를 호출하면 disposable의 타이머 구독 생성
- pause에서는 현재 시간을 갱신하고 disposable의 구독을 해제하고 참조도 제거
- 로티 애니메이션 추가
- 디자인 변경으로 유저 카드 흔들리는 애니메이션 제거
- timeStart로 dimview를 hidden했었으나 currentTime이 BehaviorRelay로 되어 있어서 최초에 한 번 호출로 인해 dimview가 사라짐
- isTimerActive에서 처리하도록 해서 문제 해결
Minny27 added a commit that referenced this issue Mar 22, 2024
- 로티 애니메이션이 0.5초 간 지속되도록 설정
- 'x' 버튼이 클릭된 셀의 indexPath를 받아서 vc에 전달
- 로티를 표시하고 timeOverSubject emit
@Minny27 Minny27 self-assigned this Mar 22, 2024
@Minny27 Minny27 added the 🦊 Feature New feature or request label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦊 Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant