RingLightView

public class RingLightView : UIView

Undocumented

Views

  • The top border of the ring light effect. This top border is unaffected by changes to the ring light gradient intensity.

    Note

    This top border is unaffected by changes to the ring light gradient intensity.

    Declaration

    Swift

    public let topBorder: UIView
  • The bottom border of the ring light effect.

    Note

    This bottom border is unaffected by changes to the ring light gradient intensity.

    Declaration

    Swift

    public let bottomBorder: UIView
  • The gradient portion of the ring light effect. Update the intensity of the ring light effect by calling the updateIntensity method of RingLightGradientView.

    Declaration

    Swift

    public let ringLightGradient: RingLightGradientView

Modification

  • Changes the color of the ring light effect to the specified color.

    Declaration

    Swift

    public func changeColor(to color: UIColor)

    Parameters

    color

    The color to set the ring light effect to.

Init

  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder: NSCoder)