We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
[#35] UserCardCollectionView UI 구현
1447acf
- TFBaseCollectionViewCell 커스텀 - 임시 UserResponse, UserSection DTO 및 모델 구현 - viewWillAppear 이벤트를 받 trigger input 구현 - 임시 userList output 구현 - state -> timeState
[#35] 현재 보이는 유저 카드 셀에서의 타임이 0이 되면 자동으로 다음 셀로 스크롤 구현
c8aa15f
- cell 모델 구현 - isTimeOver driver의 파라미터가 true가 되면 delegate로 scrollToNext함수를 호출 - delegate를 준수하는 vc에서 scrollToNext를 호출하면 timeOverTrigger event에서 void를 emit하도록 해서 timeOverTrigger가 emit할 때만 해당 셀에 대한 구독을 생성(bindViewModel)
Merge pull request #38 from THT-Team/Feature/usercard_pagingview
741304b
Minny27
No branches or pull requests
The text was updated successfully, but these errors were encountered: