Skip to content

[Bug] [운세] 택일 운세 결과 스크롤 축 제한 (#113) - #114

Merged
MoonGoon72 merged 1 commit into
releasefrom
bugfix/113-day-fortune-scroll
Aug 18, 2026
Merged

[Bug] [운세] 택일 운세 결과 스크롤 축 제한 (#113)#114
MoonGoon72 merged 1 commit into
releasefrom
bugfix/113-day-fortune-scroll

Conversation

@MoonGoon72

@MoonGoon72 MoonGoon72 commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

변경 내용

  • 택일 운세 결과 화면의 ScrollView를 세로 축으로 명시했습니다.
  • 스크롤 콘텐츠 너비를 컨테이너 너비에 맞춰 가로 이동이 발생하지 않도록 제한했습니다.

고민한 내용

  • 스크롤 축 지정만으로는 자식 뷰의 가로 레이아웃 확장을 막을 수 없으므로, 콘텐츠 컨테이너에도 가로 크기 계약을 적용했습니다.

스크린샷

Before After
첨부 없음 첨부 없음 — 사용자 시뮬레이터 확인 완료

테스트

  • mise exec -- swiftlint lint --strict --no-cache --config .swiftlint.yml Projects/Feature/FortuneFeature/Sources/DayFortune/DayFortuneView.swift
  • ./scripts/sync-and-validate.sh
  • mise exec -- tuist build FortuneFeature
  • 사용자 시뮬레이터에서 세로 스크롤 동작 확인

PR Preflight Review

  • Status: Skip
  • Mode: Skip
  • Roles: 해당 없음
  • Rounds: 0
  • Accepted findings: 해당 없음
  • Rejected findings: 해당 없음
  • Verification: SwiftLint, 아키텍처 검증, FortuneFeature 빌드 및 사용자 시뮬레이터 확인 완료
  • Residual risk: 화면 너비 및 콘텐츠 조합별 동작은 후속 리뷰에서 확인 필요

참고 사항

체크리스트

  • 로컬에서 정상 동작을 확인했습니다.
  • 필요한 테스트를 실행했습니다.
  • PR Preflight Review를 수행했거나, 생략 사유를 작성했습니다.
  • UI 변경이 있는 경우 스크린샷을 첨부했습니다.
  • 문서나 설정 변경이 필요한지 확인했습니다.

Closes #113

- 결과 화면의 ScrollView 축을 세로로 명시한다.
- 스크롤 콘텐츠의 가로 크기를 컨테이너에 맞춰 가로 이동을 방지한다.
@MoonGoon72 MoonGoon72 self-assigned this Aug 18, 2026
@github-actions github-actions Bot added the bug 버그 제보 및 문제 해결 label Aug 18, 2026
@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e020815b-f70f-4465-933d-588910f44006

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@MoonGoon72
MoonGoon72 changed the base branch from main to release August 18, 2026 07:03
@MoonGoon72
MoonGoon72 marked this pull request as ready for review August 18, 2026 07:04
@MoonGoon72
MoonGoon72 requested a review from seungwone as a code owner August 18, 2026 07:04
@MoonGoon72
MoonGoon72 merged commit 4beeb30 into release Aug 18, 2026
7 checks passed
@MoonGoon72
MoonGoon72 deleted the bugfix/113-day-fortune-scroll branch August 18, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 버그 제보 및 문제 해결

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[iOS] [Bug] [운세] 택일 운세 결과 화면의 가로 스크롤 방지

1 participant