An Open Source iPhone Directory started by Jeff Biggus and Joe Pezzillo 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:
"Cool controls for UIKit"

HFUiAppkit contains goodies for iPhone developers. This stuff was developed for use in the app GroceryList. HFMultiIndexedTable adds a second index to UITableView. HFBubbleLabel, to show a Mail message count style bubble with text in it. NSString+HFAdditions, adds methods to NSString.
added: 2010-05-19 Filed under: Projects Rating: +5
EasyURLDownloader is a fast and easy way to download files in the iPhone Cocoa framework. Also, you may optionally use the included EasyCache cache object as a replacement to the NSURLCache object that is used by default in the Cocoa framework. When using EasyCache, EasyURLDownloader will automatically take advantage of HTTP Conditional Gets (If-Modified-Since, If-None-Match) to only fetch objects that do not exist in the cache. Additionally, EasyURLDownloader will automatically flush cached objects to disk when the in-memory limit of objects is exceeded; the amount of disk and memory capacity may be configured by EasyCache's setMemoryCapacity: and setDiskCapacity: methods.. You may force a flush to disk at any time.
added: 2010-04-29 Filed under: Projects Rating: +9
This is a fork of the Cocoa Barcodes project, with the code modified to work on the iPhone and iPad.
added: 2010-04-29 Filed under: Projects Rating: +2
A440 is a "Hello World" application for Core Audio on for all variants of Mac OS X: desktop, iPhone, and iPad. The simplest thing that could possibly be done in audio is to play a simple tone. Thus, A440 plays a 440 Hz tone, also known as A440, Concert A, or Middle A (A4), the A above Middle C (C4).

The tone is played using both Audio Queue Services (AudioQueueRef and friends) and Audio Unit Processing Graph Services (AUGraph and friends). In order to keep the code as simple as possible, it does not use any of the "Public Utility" C++ APIs.
added: 2010-04-26 Filed under: Projects Rating: +2
CoreDataLibrary is an XCode template that helps you quickly create a tableview-based UI for a Core Data iPhone application. Creating a UI consists of the following general steps:

1. Create a project using the XCode template
2. Create a CoreData model and the corresponding objects using XCode
3. Define the views through a set of Property List (plist) files.
4. Customize as needed.

The template will give you a customizable Plain-Style TableView that displays all entities of a given type. Each row of this table, upon selection, will display a customizable Grouped-Style TableView for the object at the row. Upon selecting a row, you will be presented with a view that allows you to make changes to that value.
added: 2010-04-18 Filed under: Projects Rating: +1
Reproduces the oft-seen glossy gradient effect
added: 2010-04-18 Filed under: Projects Rating: +4
Pages « First    ...   9   10      12      14   15   ...   Last » Copyright © 2010. All Rights Reserved