How to rename an iOS 8 Today Widget?

后端 未结 3 703
挽巷
挽巷 2021-02-07 05:17

I\'ve just started experimenting with adding an iOS 8 Today Widget to my app, it\'s going ok so far but I followed the original template and got my widget created with TodayWidg

相关标签:
3条回答
  • 2021-02-07 06:04

    Just restart the device to display the updated name!

    0 讨论(0)
  • 2021-02-07 06:16

    The answer from JAL is correct, but as my comment mentions under his answer. Don't expect a widget's name to update once it's been added to iOS. You must remove and reinstall your app to get any widget name updates to apply. I presume it's the same thing for app names too. Cheers

    0 讨论(0)
  • 2021-02-07 06:17

    Select your widget under Project -> Targets. Under Info -> iOS Target Properties, change the Bundle display name attribute to whatever you want your new name to be.

    1

    2

    Restart the device to see the updated widget name.

    0 讨论(0)
提交回复
热议问题