From 83e42ddc3645a693c15507af1484cecf4bf2c815 Mon Sep 17 00:00:00 2001 From: Joon Baek Date: Tue, 6 Jun 2023 21:01:33 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20#27=20-=20ScrollIndicator=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Instagram-iOS/Screens/DMList/Cell/DMTableViewHeader.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Instagram-iOS/Instagram-iOS/Screens/DMList/Cell/DMTableViewHeader.swift b/Instagram-iOS/Instagram-iOS/Screens/DMList/Cell/DMTableViewHeader.swift index bc69d7e..43050a6 100644 --- a/Instagram-iOS/Instagram-iOS/Screens/DMList/Cell/DMTableViewHeader.swift +++ b/Instagram-iOS/Instagram-iOS/Screens/DMList/Cell/DMTableViewHeader.swift @@ -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 }() @@ -54,7 +54,6 @@ final class DMTableViewHeader: UIView { configDelegate() setLayout() setStyle() - setSearchTextFieldUI() } required init?(coder: NSCoder) {