Skip to content

Commit

Permalink
✅ Chore: 과방 정보 상세뷰 Scroll Indicator 보이게 처리 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangJi-dev committed Mar 21, 2022
1 parent cc47a06 commit 1b00ff7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class InfoDetailVC: BaseVC {
infoDetailTV.allowsSelection = false
infoDetailTV.rowHeight = UITableView.automaticDimension
infoDetailTV.backgroundColor = .paleGray
infoDetailTV.showsVerticalScrollIndicator = true
}
}

Expand Down

0 comments on commit 1b00ff7

Please sign in to comment.