Line Chart

Does Apple have a library for iOS for creating a line graph or chart? I have found some third party solutions, but I prefer something from Apple. If I do have to use a third party solution, which one would you recommend?

I do not know such library from Apple.


But writing your own is not that difficult.


Subclass UIView and draw the lineChart in the draw func.

Yes, Apple recently announced charts

https://developer.apple.com/documentation/charts

Line Chart
 
 
Q