Currently, I have a seemingly redundant setup(partly because I can't get it to work) to successfully have a table of ViewControllers.
See this line of code:
cell.cardView.cardController.task = task
before I had:
cell.cardController.task = task
both give me:
fatal error: unexpectedly found nil while unwrapping an Optional value