Advertisement
Guest User

Untitled

a guest
May 1st, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @IBAction func button(sender: UIButton) {
  2. collectionView.scrollToItemAtIndexPath(NSIndexPath(forItem: 29, inSection: 0), atScrollPosition: .CenteredVertically, animated: false)
  3. print(collectionView.visibleCells())
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement