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
Just restart the device to display the updated name!
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
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.
Restart the device to see the updated widget name.