Showing value of UISlider inside App Prefs?
Posted
by Garrett H
on Stack Overflow
See other posts from Stack Overflow
or by Garrett H
Published on 2010-01-25T04:43:00Z
Indexed on
2010/05/01
1:07 UTC
Read the original article
Hit count: 272
I have a settings bundle, working perfectly, that I would like to customize a bit.
I have, among other things, a PSSliderSpecifier
and a PSTitleValueSpecifier
.
What I would like to do is change the value of the PSTitleValueSpecifier
to show the current value of the slider, preferably updating every time the slider's value changes (Actually, what I'd like even more would be displaying the slider's value on the same row as the slider).
I know the settings bundle is rather strict about what you're allowed to do in it, but is there any way of doing this?
© Stack Overflow or respective owner