simple question (but I can't find any useful information): when building an iPad-App, how can you draw a border around a UICollectionViewCell?
More details: I implemented a class ProductCell which extends UICollectionViewCell. Now, I would like to assign some fancy details, e.g. a border, shadow, etc. However, when trying to use something like this here, XCode tells me that the receiver type 'CALayer' is a forward declaration.
Bye Christian