Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to remove storyboard warning: unsupported configuratin Prototype collection view cells must have reuse identifiers

Tags:

xcode

swift

I am using xcode 6.1 when running the app it show warning 1 : storyboard warning: unsupported configuration Prototype collection view cells must have reuse identifiers 2 :Main.storyboard Showing first 200 warnings only

in my main view i have a collectionView inside this collectionView i have 64 collection reusable View

my app is running fine but i want to remove this warning please help me

like image 777
Rizwan Shaikh Avatar asked Feb 24 '15 11:02

Rizwan Shaikh


1 Answers

Just give them reuseIdentifier as Cell for remove that warning.

You can find it when you click on collectionView cell in Attributes Inspector window. Like shown in this Image.

enter image description here

like image 50
Dharmesh Kheni Avatar answered Nov 25 '22 05:11

Dharmesh Kheni