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.
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.
This issue seems to be gone when using the Image(uiImage:)
initializer.