How can I programmatically set my WatchKit App background image? I need to set this in code as it changes depending on variable size and we need to place a label over the image.
I used setBackgroundImageNamed: and it worked. Just pass the name of the image along with the extension. Make sure that the image is in your WatchKit app bundle or your device-side cache