ScrollableGraphView is an adaptive scrollable graph view for iOS to visualize simple discrete datasets. Written in Swift. Originally written for a small personal project.
The main goal of the this graph component is to visualize simple discrete datasets and allow the the user to scroll through the graph.
Features:
- Initialization animations and range adaption animations
- Multiple plots and dynamic reloading of the values
- Range adaption when scrolling through the graph. The range of the y-axis will automatically adapt to to the min and max of the visible points
- Smooth scrolling around the graph
- Handles as many points as you can throw at it
- Many customization options. (Check the customization section)

Leave a Reply
You must be logged in to post a comment.