Arock
Arock

Reputation: 397

Title in Settings bundle not showing in the Settings

I've pasted a screen shot. The text Area is visible but the title is not showing up in the settings page. I couldn't figure it out.

enter image description here

Upvotes: 5

Views: 2252

Answers (2)

asetniop
asetniop

Reputation: 541

I found that I needed four fields active and filled out for it to show up properly.

Type: Title

Title: Whatever

Identifier: what_ever

Default Value: [okay to leave blank]

Upvotes: 10

Lapinou
Lapinou

Reputation: 1477

You just need to add a new row, under your Default Value with the key "Identifier". It should works ;)

UPDATE 1:

I've tested with a swift project, and all works fine:

enter image description here

Next, my code in the AppDelegate:

enter image description here

Finally, the result in the simulator:

enter image description here

Upvotes: 6

Related Questions