opacity()
Returns the opacity of the receiver.
Declaration
func opacity() -> CGFloatReturn Value
The cell’s opacity.
Discussion
Possible values are between 0.0 (transparent) and 1.0 (opaque).
Subclasses can override this method to customize the opacity of the cell.