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 - grid / table with column headings
I'm trying to achieve a design which essentially has the following layout:
So I need column headings for this table or grid view. The second column does not need a heading.
This seems like a job for ...
DevB1
Votes: 0
Answers: 1
How to make a lazyvgrid/ lazyhgrid scroll horizontally maintaining its appearance?
I’m trying to create a lazyvgrid which has 1 row and scrolls horizontally but i must be missing something since everything I try messes up my layout.
What i want to achieve:
A grid like this (with ju...
crost
Votes: 0
Answers: 1
SwiftUI LazyVGrid spacing not working as expected
The following results in a grid with no vertical spacing (correct), but with 20px horizontal spacing between each item in the grid. What am I doing wrong? I don't want any spacing whatsoever in betwee...
soleil
Votes: 0
Answers: 1
Swiftui Navigation link not updating correctly with each individual user's page in a gridview
I am trying to achieve a view with users in a Vgrid, when a user's profile picture is tapped it should go directly to his/her profile. I have tried a lot of ways to make it work any help is needed.
Wh...
EMPIRE
Votes: 0
Answers: 1