Graphs is an open source Swift library from Recruit MTL for creating different types of cleanly styled graphs with a clean syntax.
With Graphs pie, bar, and line graphs can be created.
This snippet from the readme shows how easily one could create a bar graph with Graphs:
let view = (1 … 10).barGraph(GraphRange(min: 0, max: 11)).view(viewFrame)
These images from the readme show different charts created with Graphs:
You can find Graphs on Github here.
A nice library for creating Graphs with a clean syntax.
Original article: Graphs – Swift Library For Creating Different Charts With A Clean Syntax
©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools