I have created a custom UICollectionViewCell in Interface Builder, binded views on it to the class, and then when I want to use and set a string to the label on the string,
I had a similar problem, but my mistake was that I didn't delegate CollectionViewCell to be able to change the label text..