UserBoxView 버튼 클릭 버벅임 현상 수정 및 UserInfoCollectionView Compositional layout으로 마이그레이션 #71
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation ⍰
Key Changes 🔑
미리보기는 다음과 같습니다.
더블 클릭 이벤트와 중첩되서 infoBoxView에 있는 버튼을 클릭했을 때 버벅였던 것으로 확인되어
타이머, 버튼 박스 부분을 제외한 프로필 컬렉션 뷰를 더블 클릭했을 때만 정지되도록 구현
cell에 bind할 때 더블 클릭 트리거를 구독해서 프로필, 멈춤 뷰 더블 클릭 이벤트를 머지한 것을 바인딩했습니다.
코드는 다음과 같습니다.
현재 UserCardInfoCollectionView(info 버튼 클릭했을 때 나오는 뷰)를 더블 클릭했을 때도 정지를 하게 하려고 했으나,
UserCardInfoCollectionView안에 있는 report 버튼이 또 버벅이는 문제로 구현하지 않았습니다.
UserCardInfoCollectionView, 그 안에 있는 TextView의 동적 높이는 구현이 아직 안 되어 있습니다.
또한, pageControl도 아직 구현 전입니다.
To Reviewers 🙏🏻
Linked Issue 🔗