Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. override func viewDidLoad() {
  2. super.viewDidLoad()
  3.  
  4. collectionView?.backgroundColor = UIColor.white
  5. collectionView?.bounces = true
  6. collectionView?.alwaysBounceVertical = true
  7.  
  8. collectionView?.register(FriendCell.self, forCellWithReuseIdentifier: cellId)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement