Controlling Apple Watch app views
I just downloaded Xcode 6.2
(beta) and tried my first app on Apple Watch
. I tested the app successfully by putting a simple static label and executed the app perfectly. However, when I try to set the element Image
to Interface Controller
, it shows up in the storyboard, but not when the app is launched in Apple Watch Simulator
. Here's what the storyboard shows
But this is what happens when I run the application
I'm not an expert, not even an intermediate iPhone developer, but just an apprentice, so maybe I missed something basic.
Any help would be appreciated.
thank
source to share