Answers for "equal space between hstack swiftui"

1

remove padding hstack swiftui

VStack(alignment: .leading) {
                Text("How to enjoy your life without money").bold().font(.system(size: 20))
                HStack (alignment: .center, spacing: 0, content: {
                    Text("Lets create")
                    Text("3K views")
                    Text("3 hours ago")
                })
            }
Posted by: Guest on March-13-2020

Code answers related to "Swift"

Browse Popular Code Answers by Language