views:

3380

answers:

3

Can anyone list custom iPhone UI Components?

I know about the Three20 components which are UI and framework. Does anyone know of other similar libraries of UI components for the iPhone.

To be even more specific I am looking for a horizontal slider that you can flick and it will continue sliding. Currently Apple has those big wheels (UIPicker) which you can flick and it will continue spinning. I want something similar but horizontal. I know I can code this myself but I wanted to see if there was anything similar out there.

Cheers, John.

+1  A: 
Brock Woolf
+1  A: 

Graph component. Sweet and simple to use. Straighforward iPhone way: http://code.google.com/p/s7graphview/

Aleks N.