RingLightGradientView
public class RingLightGradientView : UIView
Undocumented
-
Updates the intensity of the ring light effect to the specified intensity.
Declaration
Swift
public func updateIntensity(to intensity: CGFloat, animated: Bool)
Parameters
intensity
The intensity to set the ring light effect to. Value should be between 0.0 and 1.0.
animated
Whether or not the change in intensity is animated.
-
Changes the color of the ring light gradient to the specified color.
Declaration
Swift
public func changeColor(to color: UIColor)
Parameters
color
The color to set the ring light gradient to.
-
Undocumented
Declaration
Swift
public override init(frame: CGRect)
-
Undocumented
Declaration
Swift
public required init?(coder: NSCoder)