Is it possible to have a read-only setting (from the user’s perspective, but read/write from my app) in the settings bundle. I’m looking to display something like:
Registered: YES/NO
But I don’t want to show a switch because I don’t want the user to be able to change this.
The title type displays a read-only string value. You can use this type to display read-only preference values. (If the preference contains cryptic or nonintuitive values, this type lets you map the possible values to custom strings.)
The key for this type is PSTitleValueSpecifier.