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

Crash when using cells defined in storyboard #26

Closed
fgeistert opened this issue Mar 10, 2020 · 2 comments
Closed

Crash when using cells defined in storyboard #26

fgeistert opened this issue Mar 10, 2020 · 2 comments

Comments

@fgeistert
Copy link

When using Cells that were defined in storyboard (not in .xib or programmatically) the DataSource crashes.

We think it has to do with the DataSource trying to register the cell, even though that was already done by the storyboard.

It is likely caused by a change introduced in #24.

@mbuchetics
Copy link
Member

Fix until this is resolved properly: set registerNibs to false. You will then also need to register als xibs manually.

@mbuchetics
Copy link
Member

Fixed in https://github.com/allaboutapps/DataSource/releases/tag/8.0.2 and reverted the auto-registration of call cells. Only xibs and the SeparatorLineCell are registered automatically.

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