ykaito21

Results 3 issues of ykaito21

I use WebImage with ForEach inside List, but it doesn't always work well. First case works with ios 13, but not with ios 14; other cases don't work with ios...

This doesn't work, ``` AnimatedImage(url: URL(string: url)) .resizable() .transition(.fade) .scaledToFit() ``` But this does work ``` AnimatedImage(url: URL(string: url)) .resizable() .scaledToFit() ```

I'm trying to achieve horizontal scroll with multiple rows. I tried `horizontalScroll: true,`, but it only show a single row. Is there any way to do it? By the way,...

feature