awesomepeoplehangingouttogether:
Al Pacino and Christopher Walken
awesomepeoplehangingouttogether:
Al Pacino and Christopher Walken
Talerschwingen for iPhone, iPod Touch, iPad and soon for Android. Play it!
http://itunes.apple.com/ch/app/appenzeller-talerschwingen/id492491366?l=en&mt=8
I propose a new rule for discussions of object-oriented programming:
> **Anyone who brings up examples of Dog, Bike, Car, Person,
> or other real-world objects, unless they are talking about writing a
> clone of The Sims or something, is immediately shot**.
Here’s a small tip when working with Core Data. If you have some convenience methods or other behavior you’d like to add to your managed object, please do so by creating a category for your managed object class. This way you can regenerate your managed object classes without losing your precious methods.
Example:
The header file of the generated managed object class:

The category that extends the functionality of the managed object:

take care,
phil.
For those who struggle with workspaces, multiple projects and shared static libraries, read this blog post by Jonah Williams.
The science of EMC.http://www.develop-online.net/features/1258/The-Science-of-EMC
(Source: anyuser)