InAppSettings
InAppSettings copied to clipboard
PSTitleValueSpecifier title
If there is no title on a PSTitleValueSpecifier the default value becomes the title, this is currently not the case in InAppSettings.
I too, have seen no implementation of PSTitleValueSpecifier values. I use the PSTitleValueSpecifier to provide short text message to user regarding corresponding settings options, similar to UITableView footer text. - This code is a great turn key application, but without PSTitleValueSpecifier, I still can not implement it into my application. - Would love to see an upgrade that handles: PSTitleValueSpecifier values.
Follow-up correction to my (comment #2), the PSTitleValueSpecifier attribute is working, however only if there is a stored value set as the Default Value. In such cases that that app sets the value based on user's conditions after the load, then the PSTitleValueSpecifier slot was not showing up correctly. A work around, is to load false value, as place-holder, then reset value to correct value, upon completing the full initialization.