Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1012 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 1012 Bytes

GraphView

Add Beautiful Graph View in your Project




Here is my implementation of GraphView using coreGraphics.I used CALayer , CAShapeLayer and CAGradient layer for this drawing. CAGradientLayer to show Clipped gradient under the graph. UIBezierPath to draw Points and animate them when jumping from one point to another. I also created custom PopupView with intelligent tooltip movement which is also using UIBezierPath to draw that tip. Used UILongPressGestureRecognizer to get finger movement on graph. Well my navigationbar is also drawn using CAShapeLayer & UIBezierPath =)