Skip to content

Commit 1294009

Browse files
committed
feat: 코스 발견 스크롤 인디케이터 추가
1 parent 00f0280 commit 1294009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runnect-iOS/Runnect-iOS/Presentation/CourseDiscovery/Views/VC/CourseDiscoveryVC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ final class CourseDiscoveryVC: UIViewController {
9090
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout)
9191
collectionView.backgroundColor = .clear
9292
collectionView.isScrollEnabled = true
93-
collectionView.showsVerticalScrollIndicator = false
93+
collectionView.showsVerticalScrollIndicator = true
9494
return collectionView
9595
}()
9696

0 commit comments

Comments
 (0)