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
This is how I implemented lineChart.clearAll() (as part of pickerView(_:didSelectRow:inComponent:)): self.lineChart.clearAll() self.lineChart.removeFromSuperview() viewModel.liftPickerDidSelectRow(row: row, inComponent: component) drawLineChart()
I'm trying to clean de view and get an error, fatal error: unexpectedly found nil while unwrapping an Optional value. How can I use lineChart.clear()?
The text was updated successfully, but these errors were encountered: