center text swiftui
.multilineTextAlignment(.center)
swiftui padding one line
Text("Hello, World!").padding(EdgeInsets(top: 500, leading: 0, bottom: 0, trailing: 0))
SwiftUI padding
Text("Example")
// overall padding
.padding(20)
// left padding
.padding(.leading, 20)
// right padding
.padding(.trailing, 20)
// top padding
.padding(.top, 20)
// bottom padding
.padding(.bottom, 20)
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")
})
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us