标签: ios swift uitableview uiviewcontroller
目前,我有一个看似多余的设置(部分原因是我无法让它工作)成功拥有一个ViewControllers表。
请参阅以下代码行:
cell.cardView.cardController.task = task
之前我有:
cell.cardController.task = task
都给我:
fatal error: unexpectedly found nil while unwrapping an Optional value