GraintCircleLayer
class GraintCircleLayer : CALayer
Undocumented
-
Undocumented
Declaration
Swift
override init() -
Undocumented
Declaration
Swift
convenience init(bounds: CGRect, position: CGPoint, fromColor: UIColor, toColor: UIColor, linewidth: CGFloat, toValue: CGFloat) -
Undocumented
Declaration
Swift
required init?(coder aDecoder: NSCoder) -
Undocumented
Declaration
Swift
func layerWithWithBounds(bounds: CGRect, position: CGPoint, fromColor: UIColor, toColor: UIColor, linewidth: CGFloat, toValue: CGFloat) -> GraintCircleLayer -
Undocumented
Declaration
Swift
func graint(fromColor: UIColor, toColor: UIColor, count: Int) -> [UIColor] -
Undocumented
Declaration
Swift
func positionArrayWith(bounds: CGRect) -> [CGPoint] -
Undocumented
Declaration
Swift
func startPoints() -> [CGPoint] -
Undocumented
Declaration
Swift
func endPoints() -> [CGPoint] -
Undocumented
Declaration
Swift
func midColorWithFromColor(fromColor: UIColor, toColor: UIColor, progress: CGFloat) -> UIColor -
Undocumented
Declaration
Swift
func animateCircle(duration: TimeInterval) -
Undocumented
Declaration
Swift
func animateCircleTo(duration: TimeInterval, fromValue: CGFloat, toValue: CGFloat)
GraintCircleLayer Class Reference