Class
CircleTransform
public class CircleTransform: Transform
Applies a circle border effect to the image.
Relationships
Superclass
Transform
:nodoc:
Initializers
Methods
background(_:)
@discardableResult
func background(_ value: UIColor) -> Self
Adds the background
option.
Parameters
Name | Type | Description |
---|---|---|
value | UIColor |
Sets the background color to display behind the image. |