I’m getting the following exception which is driving me crazy:
error: accessing unknown 'cornerRadius' component of a property
This is the line of code:
cell.imageView.layer.cornerRadius = 20.0;
I’m following this tutorial from December 2010: http://www.raywenderlich.com/2502/introduction-to-calayers-tutorial
According to the documentation UIImageView is a UIView. It has a CALAyer. CALayer has cornerRadius property. I’m on iOS 4.0.
thanks
Use