the.bay.news

swiftUI styling inconsistencies

Swift Forums
swiftUI styling inconsistencies
Hi Team, I come from web development background and started learning swiftUI. I found swift UI styling a bit inconsistent between the elements. For example consider the below code, for VStack we're adding styles in the parenthesis. Whereas for the Text element we're adding the styles after the parenthesis. Any idea on why we have these inconsistencies? VStack (alignment:.leading,spacing: 5 ){ Text("Kadari Arun Kumar") .font(.system(size: 32)) } In HTML/react we have a con...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.