Ios – Storyboard warning: prototype table cells must have reuse identifiers

iosiphonestoryboardxcode

I am getting this warning from storyboard – prototype table cells must have reuse identifiers.

I have renamed the identifier in the attributes inspector but it does not seem to have removed the warning.

Any suggestions?

Best Answer

To shut up the warning you have to give a name to the cell identifier :

enter image description here