Reputation: 397
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.
Upvotes: 5
Views: 2252
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
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:
Next, my code in the AppDelegate:
Finally, the result in the simulator:
Upvotes: 6