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

Configuration lookup based on class name #27

Open
KingOfBrian opened this issue Nov 5, 2014 · 0 comments
Open

Configuration lookup based on class name #27

KingOfBrian opened this issue Nov 5, 2014 · 0 comments

Comments

@KingOfBrian
Copy link

I ran into an issue where I had 2 different configurations, both for UITableViewCell, but with different reuse identifiers. The second configuration got silently squashed and unexpected things happened.

The configuration lookup appears to be dictionary based. The fix would probably need to iterate over a list and match multiple criteria to find the most relevant configuration.

That make sense @Arrouse ? I'll work on a PR if that makes sense.

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

1 participant