I'm currently writing an app and I need to display a chart of some kind. I created another TableViewController
and used it's cell as Bar Chart items.
The question is:
When I try to present it from the main Controller
, it throws the Signal Sigbart
. Why?
Everything works just fine , for example, if I comment out the present(ViewController
) line, and say something like print(123)
it's all good. Anyway, here's the code that's causing the problem
BarCharController
Stack Trace
Thank you. I hoped I posted all the details!!