Adding text labels to sliders in iPhone Settings application

Posted by Kevin L. on Stack Overflow See other posts from Stack Overflow or by Kevin L.
Published on 2009-05-18T22:11:27Z Indexed on 2010/06/01 17:43 UTC
Read the original article Hit count: 162

When configuring a Settings.bundle as part of an iPhone application bundle, it's trivial to add minimum and maximum value images to sliders (PSSliderSpecifier), but not simple maximum and minimum text labels.

http://developer.apple.com/iPhone/library/documentation/PreferenceSettings/Conceptual/SettingsApplicationSchemaReference/Articles/PSSliderSpecifier.html

iPhone gurus: Is anyone aware of a simple means to apply text labels to these sliders for use within the Settings application (therefore, no slider subclassing shenanigans; it all has to be done via a plist)? I suppose I could just use an image of the label but...ew.

Bonus points if there's a way to show the current value of a slider in some sort of number format.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c