python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Transparent background SwiftUI
I have a list in swiftUI and I want the background to be somewhat see through. However there seems to be a white background applied to both scrollview and List. I was wondering if anyone had a work ar...
Liam
Votes: 0
Answers: 1
compilation error when trying to create a new array
Can you help me with 1 question please? I have erorr while try to create new array
Error text:
"Cannot use instance member 'images' within property initializer; property initializers run before '...

shabay88
Votes: 0
Answers: 1
Issue with setting @State variable dynamically
As in the code below, the choosenKeyboardKnowledge is a @State variable and was initiated as the first object read from the cache. Then in the body, I iterate each object and wrap it into a Button so ...

photosynthesis
Votes: 0
Answers: 0
SwiftUI List messed up after delete action on iOS 15
It seems that there is a problem in SwiftUI with List and deleting items. The items in the list and data get out of sync.
This is the code sample that reproduces the problem:
import SwiftUI
struct Co...
josip04
Votes: 0
Answers: 1