Boulder Developer Day - Core Animation
PrEV
animation core iphone | Core Animation | Monday October 12, 2009 | By objc
Here is my very brief introduction to Core Animation on the iPhone.
Core Animation View more documents from bdudney .
And you can find the source here; Photo Search source code .
Core Data Code Generation
PrEV
core iphone data | iPhone | Tuesday September 08, 2009 | By objc
When building Core Data applications you can choose to use the NSManagedObject class for most of your entities, but from time to time you need to have a custom class to add custom code to. You might want to do lazy initialization of transient attributes,...