CircleView

@IBDesignable
public class CircleView : UIView

A circle.

  • The circle color.

    Declaration

    Swift

    @IBInspectable
    public var color: UIColor? { get set }
  • Set if this view should use animation to change its look.

    Declaration

    Swift

    @IBInspectable
    public var withAnimation: Bool
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public override func layoutSubviews()
  • Undocumented

    Declaration

    Swift

    public override func willMove(toWindow newWindow: UIWindow?)