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?
Asked
Active
Viewed 463 times
0

user717452
- 33
- 14
- 73
- 149
1 Answers
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
-
Issue was #1, was added to the iOS target by mistake. – user717452 Mar 20 '15 at 03:19
-
Glad to hear it's sorted :-) – bgilham Mar 20 '15 at 03:20