Guest User

Untitled

a guest
Apr 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. func setupCollectioView(){
  2. customTabBarCollectionView.delegate = self
  3. customTabBarCollectionView.dataSource = self
  4. customTabBarCollectionView.backgroundColor = .white
  5. customTabBarCollectionView.showsHorizontalScrollIndicator = false
  6. customTabBarCollectionView.register(UINib(nibName: CustomCell.reusableIdentifier, bundle: nil), forCellWithReuseIdentifier: CustomCell.reusableIdentifier)
  7. customTabBarCollectionView.isScrollEnabled = false
  8. }
Add Comment
Please, Sign In to add comment