user2875404
user2875404

Reputation: 3218

Apple Watch 3px minimum left/right padding/margin?

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.

enter image description here

Upvotes: 1

Views: 239

Answers (1)

Zachary Bell
Zachary Bell

Reputation: 610

Check the insets on your interface controller. Try setting them to custom and making them all 0.

Upvotes: 1

Related Questions