From 8448dece7655310bf1e7368cf63615f3a9b465e3 Mon Sep 17 00:00:00 2001 From: lee-euiji Date: Fri, 22 Jul 2022 07:52:31 +0900 Subject: [PATCH] =?UTF-8?q?[#114]=20FIX=20:=20=EC=8A=A4=ED=81=AC=EB=A1=A4?= =?UTF-8?q?=20=EB=B0=94=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Profile/Controller/ProfileTestResultViewController.swift | 1 + .../Screens/Profile/Controller/ProfileViewController.swift | 1 + 2 files changed, 2 insertions(+) diff --git a/Hous-iOS/Hous-iOS/Screens/Profile/Controller/ProfileTestResultViewController.swift b/Hous-iOS/Hous-iOS/Screens/Profile/Controller/ProfileTestResultViewController.swift index 65e304e..506ecee 100644 --- a/Hous-iOS/Hous-iOS/Screens/Profile/Controller/ProfileTestResultViewController.swift +++ b/Hous-iOS/Hous-iOS/Screens/Profile/Controller/ProfileTestResultViewController.swift @@ -108,6 +108,7 @@ final class ProfileTestResultViewController : UIViewController { private func configUI() { profileTestResultCollectionView.backgroundColor = .white view.backgroundColor = .white + profileTestResultCollectionView.showsVerticalScrollIndicator = false } private func render() { diff --git a/Hous-iOS/Hous-iOS/Screens/Profile/Controller/ProfileViewController.swift b/Hous-iOS/Hous-iOS/Screens/Profile/Controller/ProfileViewController.swift index f044c74..449ddbd 100644 --- a/Hous-iOS/Hous-iOS/Screens/Profile/Controller/ProfileViewController.swift +++ b/Hous-iOS/Hous-iOS/Screens/Profile/Controller/ProfileViewController.swift @@ -125,6 +125,7 @@ final class ProfileViewController : UIViewController { private func configUI() { profileMainCollectionView.backgroundColor = .white view.backgroundColor = .white + profileMainCollectionView.showsVerticalScrollIndicator = false } private func render() {