Swift ScrollView Hide Scrollbar

scrollView.showsHorizontalScrollIndicator = false 
scrollView.showsVerticalScrollIndicator = false
Aris G