Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a gallery of reusable iPhone components on the web? [closed]

There are quite a few reusable iPhone solutions/tricks on the web, mostly scattered on various blogs. However I could not find any single place where they would be collected together (something like what MacUpdate/VersionTracker is to applications).

Is there such a site already?

If not, I'm thinking to create one. What components would you like to see there, and what features do you think such a site needs? (I'm thinking about sharing non-visual classes as well as visual components, and maybe simple code snippets showing various techniques/tricks too.)

I'm aware of https://stackoverflow.com/questions/640805/open-source-iphone-components-reusable-views-controllers-buttons-table-cells.

like image 327
Andrey Tarantsov Avatar asked May 09 '09 11:05

Andrey Tarantsov


6 Answers

If you need to display some sort of activity indication while doing background tasks, you can take a look at MBProgressHUD for iPhone.

like image 101
Matej Bukovinski Avatar answered Nov 02 '22 05:11

Matej Bukovinski


i think all the answers are missing a point here.

Here are the sites from were you can find reusable components.

1) http://cocoacontrols.com/

2) http://open.iphonedev.com/

3) http://cocoaobjects.com/

Here is the twitter account where you can find popular reusable components on github about iPhone or iPad

4) https://twitter.com/#!/github_objc

like image 22
object2.0 Avatar answered Nov 02 '22 04:11

object2.0


The Three20 "library" helped me a lot with understanding how to create reusable components.

Perhaps you already know what functionality to implement. Plus, the library itself is already quite extensive.

like image 34
Kriem Avatar answered Nov 02 '22 06:11

Kriem


If you are looking for an iPhone UI for web page design, check out the free IUI on Google Code.

like image 33
scunliffe Avatar answered Nov 02 '22 06:11

scunliffe


Great iPhone custom UI elements repository

like image 32
zpesk Avatar answered Nov 02 '22 04:11

zpesk


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

like image 25
Aleks N. Avatar answered Nov 02 '22 05:11

Aleks N.