An Open Source iPhone Directory started by Joe Pezzillo and Jeff Biggus to provide a useful resource for iPhone developers to find, share and rate open source projects, code and articles.

If you need to contact us, please send us an email.

Search:
Easily rearrange the UI controls of your view by describing the new layout in a different NIB.
added: 2010-08-11 Filed under: Projects
MAZeroingWeakRef is a library for using zeroing weak references in retain/release Cocoa and Cocoa Touch code. These are references which do not keep an object alive, and which automatically become nil once the object is destroyed.

MAZeroingWeakRef does not work under Cocoa garbage collection. The built-in __weak specifier exists for that, although it is used somewhat differently.

The API is simple and mostly self-explanatory from the header file. Note that cleanup blocks are only needed for advanced uses when you need to take more action than simply zeroing the reference when the target object is destroyed. Be sure to heed the warning in the header about not doing too much work in the cleanup block.
added: 2010-08-09 Filed under: Projects Rating: +1
A progress bar class with a HUD appearance and the ability to animate to progress values. This progress bar class is built from two CALayers which would animate to the next progress value instead of simply jumping.
added: 2010-08-09 Filed under: Projects
MBProgressHUD is an iOS drop-in class that displays a translucent HUD with a progress indicator and some optional labels while work is being done in a background thread. The HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD with some additional features.
added: 2010-08-09 Filed under: Projects Rating: +1
Variations on activity views ("Loading...") for iPhone. There are three classes: DSActivityView, DSBezelActivityView, and DSKeyboardActivityView. They provide three styles of activity view, and could easily be extended to support more.
added: 2010-08-09 Filed under: Projects Rating: +1
This is a implementation of zenfolio web services for iPhone and iPad. Just a starting implementation, developers are welcome to contribute to make a real good application based on zenfolio apis.
added: 2010-08-09 Filed under: Applications Rating: 0
Pages « First       2      4   5   6   7   8   ...   Last » Copyright © 2010. All Rights Reserved