cornerRadius
The radius to use when drawing rounded corners for the cell.
Declaration
var cornerRadius: CGFloat { get set }Discussion
Setting the radius to a value greater than 0.0 points applies increasingly rounded corners on the cell.
The default value of this property is 36.0 points.