Skip to content
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

protocol witness for PagingViewControllerDataSource.pagingViewController(_:viewControllerAt:) in conformance crash #524

Closed
AashimaAnand opened this issue Sep 19, 2020 · 1 comment

Comments

@AashimaAnand
Copy link

closure #1 in PagingViewController.configureDataSource() + 534 (PagingViewController.swift:534)

Lines:
dataSource.viewControllerForIndex = { [unowned self] in
return self.dataSource?.pagingViewController(self, viewControllerAt: $0)
}

@rechsteiner
Copy link
Owner

Hi @AashimaAnand! Do you have any way of reproducing this crash?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants