An open API service indexing awesome lists of open source software.

https://github.com/jwd-ali/graphview

Draw graph using UIBezierpath with CAShapeLayer , CAGradientLayer and CALayer. Move fingers on graph using gesture. I am using LongPressGesture in this respostry with custom implemented popUpView
https://github.com/jwd-ali/graphview

cagradientlayer calayer cashapelayer draw graphs graphview longpressdrag uibezierpath

Last synced: 4 days ago
JSON representation

Draw graph using UIBezierpath with CAShapeLayer , CAGradientLayer and CALayer. Move fingers on graph using gesture. I am using LongPressGesture in this respostry with custom implemented popUpView

Awesome Lists containing this project

README

          



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 =)