UIImageView in custom UICollectionViewCell returning nil all the time
问题 OK in my story board I have made a UICollectionView with 3 cells. One of the cells I made a custom class for that obviously extends the UICollectionViewCell: And I registered the class in my ViewDiDApear: [self.collectionView registerClass:[DeviceImageCell class] forCellWithReuseIdentifier:@"Cell1"]; Also I have added an imageView to that specific cell and an outlet for that imageView in my custom class. Problem occurs when I make my custom cell it forgets everything that was set in my