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
@xvicient This is expected. You should not override delegate, you should create a proxy delegate to keep initial SwiftUI delegate. I created a gist with a possible solution for your case.
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: