List Question
20 TechQA 2024-01-26T21:27:27.833000Swift 5.7, can you use a string to dynamically use a keyPath with Structs?
157 views
Asked by Fattie
How can I make a "Dummy" struct in swift so it returns one struct or another based on a variable
68 views
Asked by Andrew
Decoding JSON with SWIFT CodingKeys Error
20 views
Asked by ArQangel
Why doesn't swift allow me to create a protocol type field?
76 views
Asked by Maxim Zenkov
Mutate Model Struct in a ForEach - Swift/SwiftUI
80 views
Asked by Cory Bunge
Having trouble with "Return from initializer without initializing all stored properties" error
640 views
Asked by GlitterGrrl
How to create a JSON that conforms to this Swift Struct
57 views
Asked by Drake Jordan
Do something as soon as UIViewRepresentable is instantiated
990 views
Asked by John Harrington
How to add network fetch inside swift struct initializer
161 views
Asked by RobotX
How to convert swift-struct object name using swift-string
700 views
Asked by S Surya
Add ID Property on Struct Fetched From JSON
1.2k views
Asked by Sam
Access swift structure attribute using a variable
176 views
Asked by nahsiloh
【SwiftUI】How to initialize an empty struct
1.8k views
Asked by Hiro
Use Struct as a parameter in a function in Swift
613 views
Asked by poPaTheGuru
Update and append decoded JSON into struct?
404 views
Asked by erikvm
How to decode a dictionary with a nested array inside?
282 views
Asked by erikvm
Decoding two different JSON responses with one struct?
454 views
Asked by erikvm
How do I make a struct with nested json?
561 views
Asked by erikvm
Converting CSV file to array consumes massive amounts of memory
178 views
Asked by DoTryCatch