April 9 10
I recently forked FTUtils to provide some functionality I needed for FJSTransitionController. These changes may be of use to others as well. 1. Diagonal direction control. For when you want to slide a view in from the corner of the screen. 2. Enclosing View support. This is a bit convoluted, but: All animations in FTUtils [...]
December 1 09
Another list of open source libraries: http://boredzo.org/opensourcelinks/byauthor.html
November 18 09
Great Resource, tagged and organized: http://cocoaheads.byu.edu/resources/open-source Originally suggested in this Stackoverflow question.
September 11 09
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 [...]
July 24 09
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 [...]
May 18 09
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 [...]