Basically, in my iPhone app, I want to have something almost exactly like the widget slider/selector of the Mac OS X dashboard on the bottom of a view window. Users can slide the row of icons and drag and drop one onto the view. And just like dashboard, the icon animates into something else as the icon is dragged away from the slider/selector. I know that Apple used something similar to this to integrate multitasking into iPhone OS 4, but I don't know if this kind of slider/selector exists as an API.
I am just beginning iPhone application development and am just looking for a little direction to accomplish this, not necessarily the actual code. Thanks!