Dave Poirier

Results 18 comments of Dave Poirier

In commit 8311a64 I added support for empty data sets and 1-item data sets; several assumptions about minimum data set sizes like `data.count - 1` were sprinkled here and there...

Simply grab the LineChart.swift file from the project, drag it to your project files. Done.

I submitted a PR which addresses this issue. Feel free to use my fork if desired.

> > I submitted a PR which addresses this issue. Feel free to use my fork if desired. > > Still, the number and label value for the y-axis are...

Create a standard UIView which you will use as a "container" for the chart later. Then in code, probably from your view controller viewDidLoad function, instantiate a LineChart() and add...

@mipetriu Our users are issued 24hr refresh token with a sliding window of 14 days but in many cases they may study Monday-Friday; so if their session isn't used over...

We have partially fixed this issue in one of our project by using a custom WKWebView, this allows us to control when the view is dismissed. There is some magic...

I think the additions here, if they are not preventing the use of Quick/Nimble, would be welcome to many people including our team. This code is not hitting production (it's...