Open veersr9 opened 4 years ago
Has this problem been solved?
@chelemen-razvan @SpectralDragon Please help !
Not enough information to solve your problem. Seem like you don't implement CardCollectionViewCell
for your cells.
like @SpectralDragon I added the following code to my controller to run,it's ok
extension AViewController: CardsViewController {
}
but , please the issues ... i don't understand how to fix it
this is my BViewConrollerCode and [Video](http://xuanci.tw/kmc/issues/ErrorSample.mp4)
```swift
extension BViewController: CardDetailViewController {
var cardContentView: UIView {
return collectionView
}
var scrollView: UIScrollView? {
return collectionView
}
}
"Fatal error: Unexpectedly found nil while unwrapping an Optional value: file- cell is getting nil"