Skip to content

Commit

Permalink
[#114] FIX : 스크롤 바 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
SuwonPabby committed Jul 21, 2022
1 parent 0f99421 commit 8448dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ final class ProfileTestResultViewController : UIViewController {
private func configUI() {
profileTestResultCollectionView.backgroundColor = .white
view.backgroundColor = .white
profileTestResultCollectionView.showsVerticalScrollIndicator = false
}

private func render() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ final class ProfileViewController : UIViewController {
private func configUI() {
profileMainCollectionView.backgroundColor = .white
view.backgroundColor = .white
profileMainCollectionView.showsVerticalScrollIndicator = false
}

private func render() {
Expand Down

0 comments on commit 8448dec

Please sign in to comment.