You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: