[Refactor] LNK-50-Leenk : 상세 피드/링크 페이지에서 뒤로가기 시 화면 흔들리는 문제 해결 #72
+33
−22
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.
📝 Work Description
문제
iOS에서는 SafeArea가 있는 화면과 없는 화면 간 전환 시:
해결
Before: 불일치 상태
[상세 페이지]
Header top: 35px (고정) → StatusBar와 무관
[일반 페이지]
Header marginTop: 16px (고정) → StatusBar와 무관
→ iOS가 SafeArea 전환 시 레이아웃 기준 변경 → 덜컥임 발생
After: 일관된 기준
[상세 페이지]
Header top: insets.top + 16 → StatusBar 높이 + 16
[일반 페이지]
Header marginTop: insets.top + 16 → StatusBar 높이 + 16
→ 모든 화면이 동일한 SafeArea 기준 사용 → 부드러운 전환
📸 Screenshot
ScreenRecording_01-26-2026.22-28-46_1.1.mp4
🚨Issue
📣 To Reviewers
저번에 이거 고치려다가,, 포기했는데 오랜만에 하니까 뚝딱 수정되었습니다..^^ 역시 ai는 똑똑하다
✅ Check List
Summary by CodeRabbit
릴리스 노트
Bug Fixes
Chores
✏️ Tip: You can customize this high-level summary in your review settings.