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
How to eliminate spacing around LazyHGrid items?
I've set the spacing on the LazyHGrid and the GridItems to 0, yet there is still spacing in the vertical direction. Why is that? How do I eliminate that spacing?
struct ContentView: View {
l...
Rob N
Votes: 0
Answers: 1
How to show page indicator for LazyHGrid in Swift UI
I want to achieve the pagination and page indicator with dots as in Swift (UIPageControl) in swift UI.
I am using a lazy H grid, and a button inside a for Each loop to get the horizontal grid. How to ...
abinbabu
Votes: 0
Answers: 0