0

Items in attribute navigator(IB) for editing number of cell is not showing

enter image description here

It has to show like below image

enter image description here

And My XIB is

enter image description here

so i am not able to see and custom the cell on CollectionView itself.

Vinoth
  • 95
  • 1
  • 9

1 Answers1

0

In Collection View there is items not Cell. So when you increase number of items it'll increase cells in UICollectionView.

Dipak Kacha
  • 423
  • 2
  • 13
  • Did u understand my question? Yes that i know here items means UIcollectionviewcell but whatever it is not showing.what i have to do for showing items in atribute navigator? – Vinoth Nov 02 '17 at 10:40
  • Yeah, I got your question now,Are you using UICollectionView class or any other custom or library of UICollection view? – Dipak Kacha Nov 02 '17 at 10:46
  • UICollectionView only – Vinoth Nov 02 '17 at 10:46
  • Try restarting your XCode or reAdding collection view in New ViewController, I think, that should be bug of XCode. – Dipak Kacha Nov 02 '17 at 10:50