iPhone UISlider with two thumbs/indicators?

cocoa-touch, iphone, uikit

Solution

Here's a range slider I just cooked up

http://github.com/cmezak/CMRangeSlider

Problem

Is anyone aware of a version of the iPhone UISlider control with two thumbs? I need a control that will allow specifying a range of values. The UISlider API docs would imply this isn't possible with the standard control, so I was wondering if anyone had a solution for this (or had solved it themselves).

Original source