Reputation: 3218
Hey I am trying to display a picture "full screen" on the Apple Watch. However, it's not using the full width, there are like 2 pixels padding/margin on each side. How to remove this?
I've already tried putting the WKInterfaceImage in a group and then remove the insets but that also didn't work.
In the simulator, the width is 3px per side. I've tried 3 different pictures, same results.
Upvotes: 1
Views: 239
Reputation: 610
Check the insets on your interface controller. Try setting them to custom and making them all 0.
Upvotes: 1