Skip to content

Conversation

dreampiggy
Copy link
Collaborator

This fix #19

Maybe the main reason is that SwiftUI internal trick, when entering edit mode, it will recreate your View.doby treenode, but the new created View struct does not trigger a onAppear method call. I don't think it's a designed behavior, I'll send a bugreport to Apple later.

But currentlly, we can do a better way to handle possible future cases like this. We query the image url once we can not load the image, SDWebImage Core will handle the duplicated loading call, it's OK on performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant