Skip to content

Instantly share code, notes, and snippets.

@jscalo
Created December 18, 2020 18:15
Show Gist options
  • Save jscalo/b510f160eaee0c9d4ef7a29a072e00d2 to your computer and use it in GitHub Desktop.
Save jscalo/b510f160eaee0c9d4ef7a29a072e00d2 to your computer and use it in GitHub Desktop.
private var firstSampleToPlotIdx: Int {
get {
let idx = Int(-viewPort.xTrans * UIScreen.main.scale)
return (0..<dataProvider.summarySampleCnt).clamp(idx)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment