I m working on a UICollectionView class, and it will display the scroll bar when I scroll on the list, it\'s possible to hide scroll bar when scrolling?
UICollectionView
in Swift:
collectionView.showsHorizontalScrollIndicator = false
in Interface Builder: