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

[fix] 리뷰 탭에서 스크롤시 토글이 사라지지 않도록 인터렉션 처리 #294

Merged
merged 12 commits into from
Sep 29, 2022

Conversation

i-colours-u
Copy link
Member

@i-colours-u i-colours-u commented Sep 27, 2022

🔥 Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

기존 리뷰 탭에서 스와이프시에, 자동으로 섹션이 붙는 원리는
scrollView가 스크롤 될 때, 이벤트 처리를 해주고 있었습니다.
그래서 블로그 리뷰와 같이 정상적으로 컨텐츠가 있을때에는 스크롤이 되어서 section이 붙었는데,

emtpyView는 height가 짧아서 스크롤이 되지 않아서 section이 붙지 않았습니다.
(이전상황)

RPReplay_Final1664293769.MP4

그래서 생각해보니까 emtpyView의 height를 늘리면 똑같이 스크롤이 먹혀서 해당 문제가 해결이 되더라구요
하하

수정한 커밋은 여기 만 체크해주시면 됩니다..

(수정사항)

RPReplay_Final1664293699.MP4

📟 관련 이슈

@i-colours-u i-colours-u self-assigned this Sep 27, 2022
Copy link
Member

@L-j-h-c L-j-h-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니다링링~~ maximumHeight 줘서 해결하는거 확인했슴당!

@i-colours-u
Copy link
Member Author

감사합니다링링~~ maximumHeight 줘서 해결하는거 확인했슴당!

살짝 야매긴 한데, 모든 기종에서 스크롤이 될 수 있도록 최대 높이를 1000으로 설정해서 스크롤 처리해뒀습니다 !

Copy link
Member

@yungu0010 yungu0010 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍👍

@i-colours-u i-colours-u merged commit a84ab6b into Health-Food-Me:develop Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 리뷰 탭 내에서 Swipe 액션 수정
3 participants