79083373

Date: 2024-10-13 14:29:18
Score: 0.5
Natty:
Report link

Add a Spacer in a HStack instead like this

HStack {
          Text(title)
              .font(.subheadline)
              .bold()
          Spacer()
        }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Mike Zriel