Glossy Buttons
Posted in Cocoa, Code, Objective-C, iPhone on Sep 22nd, 2009
Part 1 in a series on how to make glossy buttons in your iPhone applications.
Mac and iPhone tomfoolery
Posted in Cocoa, Code, Objective-C, iPhone on Sep 22nd, 2009
Part 1 in a series on how to make glossy buttons in your iPhone applications.
Matt Gallagher has written a small sample app that demonstrates how to use CoreLocation in Snow Leopard.
It’s interesting to see how some of the iPhone functionality is coming over onto the Mac…
Posted in Cocoa, Code, Objective-C, iPhone on Sep 21st, 2009
iPhoneDevCamp has a great list of free, open source iPhone libraries and applications.
Among them are ARKit: an Augmented-Reality framework and OpenFlow: a CoverFlow replacement for Apple’s private CoverFlow API.
Posted in Code, Objective-C, iPhone on Sep 21st, 2009
According to the Peachpit website, my book should be available for purchase in just over a week. I’ve made all the example code used in the book available for download here.
A new site providing a directory of iPhone development tools.
Posted in Cocoa, Code, Objective-C on Aug 29th, 2009
Jesper give us a summary of some of the Hidden Developer Gems in Snow Leopard.
Marc Charbonneau has also found some articles on Snow Leopard for developers.
Well worth a read..
Posted in Cocoa, Code, Objective-C, XCode on May 26th, 2009
Aaron Hillegass talks about the Cocoa Text System:
http://vimeo.com/4793853.
Posted in Cocoa, Code, Objective-C, iPhone on Nov 13th, 2008
[Update]: The iPhone 2.2. update seems to have broken url’s in the form: maps://maps.google.com/maps?q= however in my initial testing, it seems if you use http://maps.google.com/maps?q= (i.e. using http:// instead of maps://) then things still seem to function correctly – I’ve updated the post to reflect this.
————
This week I spent some time playing around with the [...]