2

I've added widget 'Today' in my project, which is showing a widget target name (in UPPERCASE) as widget title.

How can I change the title of widget 'Today' (I cannot change/rename widget target name as a title of the widget)?

Here is a ref snapshot:

Project Source:

enter image description here


Widget title in device:

enter image description here



Edit (According to Harvant S.) Here is info.plist for widget

enter image description here

Which info should be required to change here. Do you mean 'TimeTracker' a bundle name? Will it effect on any other settings of project/widget, if I change it?

participant
  • 2,923
  • 2
  • 23
  • 40
Krunal
  • 77,632
  • 48
  • 245
  • 261

2 Answers2

3

Go to the target's General tab and change the Display Name.

The problem is that I don't think you can change to lower case. Whatever you input will be displayed in all caps.

TawaNicolas
  • 636
  • 1
  • 5
  • 11
  • iOS calender widget shows sentence case (First character in upper case title only) title. Is there any way to do it. – Krunal Nov 03 '17 at 14:37
  • @Krunal Are you sure? I just checked it and it's all caps too. iPhone 7 Plus iOS 11.1 – TawaNicolas Nov 03 '17 at 14:48
  • I didn't check it in device with iOS 11, but I saw that here - https://stackoverflow.com/q/26130183/2071323 – Krunal Nov 03 '17 at 14:49
0

go to GENERAL and go to display name is changing in simulator or iphone but not changing in xcode for changing in xcode https://stackoverflow.com/a/35500038/7110147

Grenoblois
  • 503
  • 1
  • 5
  • 19