GarySabo
GarySabo
Posted [this question](https://stackoverflow.com/questions/50979448/how-to-graph-dates-as-x-axis-swift) on SO as well... I have struct of objects I'm trying to graph: ``` struct CustomHistoricalSample { var value: Double var date: Date } ``` I'm feeding...
Trying to create a playground for TwitterKit and I get pod playgrounds TwitterKit Abort trap: 6 I've updated to the latest version of Cocoapods?
I'm trying to update to 0.16.3 so that hopefully a crash I am experiencing related to price locale will be fixed. However Xcode it failing for `Cannot override 'paymentQueue' which...
I'm working on a chart that has a few values that begin at 0 until the first point that is above 0. I need the 0 points there to preserve...
More of a feature request, I would like the ability to be able to control the display of Touch Overlay. Fo example if I have a line chart as well...
Not sure if its just me, but I tried to build 2 of my apps using this lib in Xcode 16 beta and they both fail because of The compiler...