In the uber apple watch application, I noticed they managed to put the text 'Uber' beneath the loading indicator.
How did they accomplish this?
You need to set a value in the Watchkit App's Info.plist*.
*note that the screenshot in the original question was for WatchOS1 - in WatchOS2, the title shows in the status bar at the top instead of near the loading indicator, but this answer still controls that text.
1.) Open the Info.plist file for your Watchkit App.
2.) Set the title for the "Bundle display name" key
See the image below for help, as of Xcode 6.3.1:
Alternately, you can edit the Info.plist file as source code and paste this in there:
<key>CFBundleDisplayName</key>
<string>My Cool Title</string>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With