python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SwiftUI VStack cell onTap acting strange
I have a bunch of cells in a vertical scroll view, but am seeing some weird behavior from the onTapGesture and fullScreenCover for those cells. When I click on a cell, it registers the correct cell in...
Noah Iarrobino
Votes: 0
Answers: 1
Break a LazyVGrid into pieces
I have the following grid made in SwiftUI with this code:
let columnGrid = [GridItem(.fixed(boxWidth), spacing: 0),
GridItem(.fixed(boxWidth), spacing: 0),
...
123432198765
Votes: 0
Answers: 1
why is the swiftUI list not lazy (compared to lazyVStack)?
are lists in SwiftUI really lazy?
I am having a list of 5000 elements fetched from coreData and I want to display them in a list. I read a lot of comments (like that: https://developer.apple.com/forum...
printDavid
Votes: 0
Answers: 0
How do I properly display very large images in a SwiftUI LazyVStack
I have a LazyVStack in a scrollView with many images. The size of the images in the scrollView is quite small, about 300x300 points. The images are extracted from Data stored in CoreData. The avera...
alionthego
Votes: 0
Answers: 0