Specifying non-editable string in settings.bundle?

cocoa-touch, iphone, objective-c

Solution

Instead of selecting TextField use Title

Problem

I have noticed that some applications add entries into the settings.bundle that simply represent a fixed/non-editable string. I only see these in the list, and the only one close is "Text Field" but thats editable. Is there a way to specify this in the Root.plist ?

Original source