Search code examples
ios8ios-app-extension

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?


Solution

  • 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.