Skip to content

Commit

Permalink
[Chore] CDS-Mobile1#27 - ScrollIndicator 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
joonBaek12 committed Jun 6, 2023
1 parent 4536358 commit 83e42dd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class DMTableViewHeader: UIView {

let collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout)
collectionView.translatesAutoresizingMaskIntoConstraints = false
collectionView.showsVerticalScrollIndicator = false
collectionView.showsHorizontalScrollIndicator = false
return collectionView
}()

Expand Down Expand Up @@ -54,7 +54,6 @@ final class DMTableViewHeader: UIView {
configDelegate()
setLayout()
setStyle()
setSearchTextFieldUI()
}

required init?(coder: NSCoder) {
Expand Down

0 comments on commit 83e42dd

Please sign in to comment.