Any ideas why Xcode doesn't recognize or 'see' my customized UICollectionViewCell class?
I think this is a bug in XCode, I've run into it for no reason, and had it start working later on.
The work around is to type out your outlet in the swift file first:
@IBOutlet weak var imageView:UIImageView!
Then compile and drag from the swift file to interface builder.
Copyright © 2021 Jogjafile Inc.
I think this is a bug in XCode, I've run into it for no reason, and had it start working later on.
The work around is to type out your outlet in the swift file first:
Then compile and drag from the swift file to interface builder.