Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Globals.productCustomCollectionView = Globals.arrMasterProducts.object(at: indexPath.row) as! Product
  2.  
  3. let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "SearchCell", for: indexPath) as! CustomCollectionViewCell
  4.  
  5. print ("indexPath.row : ",indexPath.row)
  6. print ("indexPath.section : ",indexPath.section)
  7. print ("indexPath.item : ",indexPath.item)
  8.  
  9. print ("collectionView : cell")
  10.  
  11. return cell
  12. }
Add Comment
Please, Sign In to add comment