InAppSettings icon indicating copy to clipboard operation
InAppSettings copied to clipboard

PSTitleValueSpecifier title

Open kgn opened this issue 13 years ago • 2 comments

If there is no title on a PSTitleValueSpecifier the default value becomes the title, this is currently not the case in InAppSettings.

kgn avatar Jun 02 '11 08:06 kgn

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.

kgn avatar Jun 02 '11 08:06 kgn

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.

kgn avatar Jun 02 '11 08:06 kgn