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

답변 완료 화면에서 답변이 한 개 일 시 스크롤이 안되는 현상 해결 #92

Open
wants to merge 3 commits into
base: refactor/signin
Choose a base branch
from

Conversation

kor-Chipmunk
Copy link
Collaborator

@kor-Chipmunk kor-Chipmunk commented Sep 11, 2023

기존에 답변 완료 뷰에서 답변이 한 개 이면, SwiftUIPagerViewdisabled 되어 수직 스크롤이 동작하지 않는 이슈가 있음
( 앱스토어 리뷰에도 존재 )

아래 영상은 한 개 일 때는 스크롤이 안되는데, 두 개 일 때는 스크롤이 동작함.

2023-09-11.4.13.11.mov

기존에 disabled 한 이유는 한 개 일 때 수평 스크롤을 막기 위함이었음.
수직 스크롤도 막기에, 수평 스크롤을 막는 로직은 SwiftUIPagerView 으로 스크롤뷰를 사용하지 않는 것으로 변경하였음.

수정 이후 한 개 일 때 스크롤이 동작함

2023-09-11.4.18.13.mov

@kor-Chipmunk kor-Chipmunk added the bug Something isn't working label Sep 11, 2023
@kor-Chipmunk kor-Chipmunk self-assigned this Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant