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() {