Windom

Results 6 comments of Windom
trafficstars

`onAppear` indeed helps in that case, but found a more complex one where nothing seems to help: ``` import SwiftUI import Kingfisher struct ContentView: View { private static var imgUrl...

Great finds. It's sad how broken it is. To add more examples, this fails too with the `onAppear` workaround: ``` var body: some View { List { ForEach(1...100, id: \.self)...

Thank you for the many creative workarounds, we will evaluate what to go with. Sadly 16.1 beta 2 did not fix that much. It fixed this case: ``` List {...

Just tried using Xcode 14.1 RC2 and real iOS 16.1 device: the original issue with KFImage directly in List/ForEach seems to be fixed, however the case with nested ForEach-es and...

> @windom May I know which version of Kingfisher are you trying? The original issue got a workaround in #1990 and it was already a part of version 7.4.0 and...