INCLUDE_DATA

Tag Archives: open source

Open Source iPhone: Resources 2

Another list of open source libraries:
http://boredzo.org/opensourcelinks/byauthor.html

Open Source iPhone: Resources

Great Resource, tagged and organized:
http://cocoaheads.byu.edu/resources/open-source
Originally suggested in this Stackoverflow question.

Open Source iPhone – Glossy Buttons

The buttons in the iPhone SDK suck. There, I said it.
Almost everything on the iPhone round, glossy and “3Dish”.
Except the standard RoundRect buttons included in UIKit.
Of course we can go off and use one of many drawing apps to crank out some nice glossy buttons, but there a few problems with this approach.
First, you [...]

Open Source iPhone – JSON Data

I’ve used/repurposed several open source projects for use in my code.
If you’re not trying to use someone else’s code as much as possible, you’re not doing OOP.
I won’t call this a series, but I would like to showcase some of the great code that is out there waiting to be used. All you have to [...]

I found Three20 and my lost weekend

I’m currently involved in a project where I need to load some photos from the web and I need a UITableview with some thumbnails and with Photo.app navigation.
Enter Three20. Three20 is a framework written by Joe Hewitt that abstracts much of the functionality of UITableViews, UITableViewCells, and networking away from the programmer. The way the components are [...]