chris
chris

Reputation: 5006

iOS8 Today Widget - Change title and add stuff to default

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

Answers (2)

Esqarrouth
Esqarrouth

Reputation: 39201

Go to the info.plist inside your app extension files. Change the bundle display name. Which is "ShareAction" in the screen shot.

enter image description here

Upvotes: 3

Enrico Susatyo
Enrico Susatyo

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

Related Questions