UPDATED
I'm getting an error when I'm trying to set a label from my UICollectionViewCell to the File's Owner.
I was looking for similar questions, but the given solutions is not resolving my problem.
Here is my code:
- CollectionCell Interface.
- CollectionCell XIB (File's Owner).
- Label.
The error disappears when I removing the link between File's Owner and the label.
Any suggestion? Thanks a lot for your help.