Skip to content

Commit

Permalink
[Fix] sopt-makers#202 - 스탬프 가이드 뷰에서 스와이프 시 좌우 배경이 검은색을 나오는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
lsj8706 committed Apr 23, 2023
1 parent 6a3bfb8 commit 4cc78ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class StampGuideVC: UIViewController, StampGuideViewControllable {
collectionView.isScrollEnabled = true
collectionView.isPagingEnabled = true
collectionView.showsHorizontalScrollIndicator = false
collectionView.backgroundColor = .clear
return collectionView
}()

Expand Down

0 comments on commit 4cc78ca

Please sign in to comment.