[PC-1364] Feature: StoreMain 스켈레톤 UI 및 Shimmer 시스템 구현#246
Merged
hsw1920 merged 6 commits intofeature/PC-1340from Nov 13, 2025
Merged
[PC-1364] Feature: StoreMain 스켈레톤 UI 및 Shimmer 시스템 구현#246hsw1920 merged 6 commits intofeature/PC-1340from
hsw1920 merged 6 commits intofeature/PC-1340from
Conversation
- DesignSystem에 커스텀 shimmer 효과 구현
- ShimmerStyle enum으로 다양한 스타일 지원 (light, dark, subtle, custom) - View+PCShimmer extension으로 .pcShimmer(style:) 퍼블릭 modifier 제공
- PCShimmer.swift에 DocC 스타일 주석 추가하여 QuickHelp 제공 - View+PCShimmer.swift에 함수 설명 및 사용 예시 추가 - ShimmerStyle.swift에 각 case별 상세 설명 추가
- 각 ShimmerStyle을 비교할 수 있는 Preview를 제공
- PCPuzzleCount skeleton 스타일에 pcShimmer 애니메이션 적용 - StoreMainSkeleton 컴포넌트 추가 (프로모션/일반 상품 카드) - StoreNavigationBar에 viewState별 분기 처리 (loading/success/failure) - StoreMainView loading 상태에 스켈레톤 UI 표시
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🏷️ 티켓 번호
PC-1364
👷🏼♂️ 변경 사항
1. PCShimmer 시스템 구현
LinearGradient 기반 커스텀 Shimmer 애니메이션
PCShimmer.swift: ViewModifier로 구현하여 어떤 View에도 적용 가능ShimmerStyle.swift: 4가지 스타일 제공 (light, dark, subtle, custom)View+PCShimmer.swift:.pcShimmer(style:)편의 API 제공SwiftUI-Shimmer 써드파티 라이브러리 대신 커스텀 구현한 이유
2. StoreMain 스켈레톤 UI 구현
StoreMainSkeleton.swift (신규)
PromotionProductCardSkeleton: 프로모션 상품 카드 스켈레톤NormalProductCardSkeleton: 일반 상품 카드 스켈레톤PCPuzzleCount.swift
StoreNavigationBar.swift
PCPuzzleCount(style: .skeleton(.light))표시StoreMainView.swift
3. Shimmer 관련 문서화
DocC 스타일 주석
Xcode Preview 제공
💬 참고 사항
📸 스크린샷(Optional)
ShimmerStyle 비교 영상 첨부
ShimmerStyle.swift에 제공되는 프리뷰입니다.Nov-13-2025.11-19-31.mp4
StoreMain 진입 시
shimmer.mp4