Advertisement
moviles_ccm

Número de imágenes en cada sección

Feb 26th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.17 KB | None | 0 0
  1.     override func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
  2.         return self.secciones[section].imagenes.count
  3.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement