0

I am trying to get my menu set up for my WatchKit app. According to the documentation on the Watch HIG, the Canvas size for the image should be 80 x 80. I did this, set my MenuItem as Custom, and put in the image I created, however nothing shows up. What am I doing wrong?enter image description here

user717452
  • 33
  • 14
  • 73
  • 149

1 Answers1

2

Things to check:

1) Is the image part of your WatchKit app's bundle/image catalog? Anywhere else and it won't work.

2) Are you setting this programatically? If so, double-check that you're referencing the correct image.

bgilham
  • 5,909
  • 1
  • 24
  • 39