Question

I created an iPhone project using the Core Data template. Now when I try to change my plist file to "Status bar is initially hidden = YES" I can't find that key in my options. Instead I find a lot of keys that are relevant to Core Data, keys that I've never seen before.

Anyway, I add the key "Status bar is initially hidden" myself and set it to a Boolean value and then tick. But just doesn't work. The status bar is there.

Are there many versions or types of property list files for the iPhone? What do the available keys depend on? And finally, how can I achieve what I want? :)

Was it helpful?

Solution

Try adding the key "UIStatusBarHidden" and set it to true. That's the name that is used internally in the plist when "Status bar is initially hidden" is set.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top