@eskimo I am using Operation to download videos from the web.
My plan is to use 1 operation if this is a first video (to get full mobile bandwidth) and then once it is downloaded, allow to use all (6) cores and download 6 videos at the same time. Maybe my approach is wrong? If not, how to do it with swift concurrency? I couldn't find a solution that's why I choose Operation
Post
Replies
Boosts
Views
Activity
No luck. Even if I remove ScrollView and leave only a Text(title) the issue is still there
I the meantime I have googled this problem and it seems like this is another SwiftUI bug...
https://stackoverflow.com/questions/74079950/swiftui-onappear-called-when-tabview-is-released
https://stackoverflow.com/questions/63252499/why-onappear-called-again-after-ondisappear-while-switching-tab-in-tabview-in-sw
https://swiftui-lab.com/swiftui-id/