We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I saw one related issue to this: Setting scrollview delegate on List breaks cells update #426. Could be similar..can you please help with this?
List must behave as usual
List does not UI properly
Introspect list as collection view and set its delegate. Whenever view model publish any update and view renders then UI is broken.
1.3.0
iOS16 and above
Xcode 15
Swift 5.10
The text was updated successfully, but these errors were encountered:
@priya88 Could you provide your code example?
Sorry, something went wrong.
No branches or pull requests
Description
I saw one related issue to this: Setting scrollview delegate on List breaks cells update #426. Could be similar..can you please help with this?
Checklist
Expected behavior
List must behave as usual
Actual behavior
List does not UI properly
Steps to reproduce
Introspect list as collection view and set its delegate. Whenever view model publish any update and view renders then UI is broken.
Version information
1.3.0
Destination operating system
iOS16 and above
Xcode version information
Xcode 15
Swift Compiler version information
The text was updated successfully, but these errors were encountered: