0

When using watchOS 8, there is unwanted space/padding around my Image. I measured it and it's 6 logical pixels on each side. How can I get rid of it?

This is different from this question, because I'm not using a HStack/VStack.

Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223

1 Answers1

1

This issue seems to be gone when using the Image(uiImage:) initializer.

Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223