Skip to content

[#767] iOS 17에서 스크롤을 해도 NavigationTitle이 large로 고정되는 현상을 해결한다 - #774

Merged
opficdev merged 2 commits into
developfrom
fix/#767
Jul 28, 2026
Merged

[#767] iOS 17에서 스크롤을 해도 NavigationTitle이 large로 고정되는 현상을 해결한다#774
opficdev merged 2 commits into
developfrom
fix/#767

Conversation

@opficdev

@opficdev opficdev commented Jul 28, 2026

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

PushNotificationListView의 헤더에 배치된 가로 ScrollView가 목록의 스크롤 인식을 방해하여 iOS 17에서 NavigationTitle이 large 상태로 고정되는 현상 해결

📝 작업 내용

📌 요약

  • headerViewScrollView(.horizontal) 제거
  • 기존 헤더 구성과 사용자 동작 유지

🔍 상세

  • 헤더의 최상위 컨테이너를 HStack으로 변경
  • 기존 leading 여백과 헤더 높이 유지

📸 영상 / 이미지 (Optional)

  • 없음

@opficdev opficdev self-assigned this Jul 28, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d8586ede97

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@opficdev
opficdev merged commit f2cab68 into develop Jul 28, 2026
8 checks passed
@opficdev
opficdev deleted the fix/#767 branch July 28, 2026 01:14
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.

iOS 17에서 스크롤을 해도 NavigationTitle이 large로 고정되는 현상을 해결한다

1 participant