You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier everything was working fine until today, when i scroll the graph it crashes on the func. - setPlotPointPositions(forNewlyActivatedPoints activatedPoints: [Int], withData data: [Double]) on the line - graphPoints[activatedPointIndex].x = newPosition.x with error - Thread 1: Fatal error: Index out of range. What could be the possible reason??
The text was updated successfully, but these errors were encountered:
Earlier everything was working fine until today, when i scroll the graph it crashes on the func. -
setPlotPointPositions(forNewlyActivatedPoints activatedPoints: [Int], withData data: [Double])
on the line -graphPoints[activatedPointIndex].x = newPosition.x
with error -Thread 1: Fatal error: Index out of range
. What could be the possible reason??The text was updated successfully, but these errors were encountered: