I would like use the ChartView in Watch OS. Does the library support Watch OS? If yes, please share any documentation or tutorials.
Note :-
We are using the NUCLIOS library already for our iPad app.
We writing our Watch programming with Swift 2.2
Thanks
Hi!
Not directly. You can't place the chart in the watch app. Instead, you would need the iPhone to draw the chart, and basically take a snapshot of the chart and send that to the watch.
-SteveZ