SwiftUI List with images from API is lagging [closed]
Closed 3 months ago.
SwiftUI List with images from API is lagging [closed]
Closed 3 months ago.
The user is not presented on the List after click on add user button
I’m trying to redo UIKit codes in SwiftUI. I implemented a list of users with an add users button. But I have a bug that when I click on the add users button, nothing happens, the user is not shown in the List.
swiftui stream text response from http request forbid user scroll screen
i’m writing a ai chat app, when handling stream response from http request, i find i can’t scroll the screen util the response are all received.
swiftui stream text response from http request forbid user scroll screen
i’m writing a ai chat app, when handling stream response from http request, i find i can’t scroll the screen util the response are all received.
How to Refresh List in SwiftUI with @Observable Model
I am trying to understand why my row views don’t refresh when I am repopulating the array holding them.
SwiftUI List alignment
Why is the default alignment of a SwiftUI List so wacky? How do I get the text to left align?
How to get a SwiftUI List view transparent?
I have a background image in a ZStack where a List is in front of it. Now the list view is overlapping with a white background the image but I want it transparent.
How to get a SwiftUI List view transparent?
I have a background image in a ZStack where a List is in front of it. Now the list view is overlapping with a white background the image but I want it transparent.
Rounded borders on selection of PlainListStyle() in SwiftUI macOS
I try to get rid of the paddings in a List
on SwiftUI. I tried some different ways like using negative paddings or negative EdgeInset
s: