ios - How to hide scroll bar of UICollectionView -


i m working on uicollectionview class, , display scroll bar when scroll on list, it's possible hide scroll bar when scrolling?

objective c:

 [collectionview setshowshorizontalscrollindicator:no];  [collectionview setshowsverticalscrollindicator:no]; 

swift 3.0

colview.showshorizontalscrollindicator = false colview.showsverticalscrollindicator = false 

from storyboard:

enter image description here


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -