Reputation: 5006
I've got the default Hello World today widget attached to one of my apps, however I can't figure out how to change the title displayed next to the app icon, or seemingly affect the contents of the view controller. I've tried adding a button, with an action to change the label text - that doesn't appear, and in IB I tried changing the text colour of "Hello World" but to no seeming affect.
No real code to show as its just the example with a button action and a few outlets connected to the storyboard.
Any ideas?
Upvotes: 12
Views: 5335
Reputation: 39201
Go to the info.plist inside your app extension files. Change the bundle display name. Which is "ShareAction" in the screen shot.
Upvotes: 3
Reputation: 19790
Change the CFBundleDisplayName
in your info.plist
file.
I'm not sure what you mean by adding button to the label text. You can't change the colour of this text.
Upvotes: 26