-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on cell Getting #15
Comments
Has this problem been solved? |
@chelemen-razvan |
Not enough information to solve your problem. Seem like you don't implement |
extension AViewController: CardsViewController {
} but , please the issues ... i don't understand how to fix it this is my BViewConrollerCode and Video extension BViewController: CardDetailViewController {
var cardContentView: UIView {
return collectionView
}
var scrollView: UIScrollView? {
return collectionView
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Fatal error: Unexpectedly found nil while unwrapping an Optional value: file- cell is getting nil"
The text was updated successfully, but these errors were encountered: