I was asked a question on quora about what methods, materials, and resources I would recommend to learn how to code quickly. That’s in addition to another request to write a blog post that details what resources we’ve used at the App Academy. Since those two requests are quite similar, I’ll try…
Post-Academy Daydreams. Click to Enlarge.
(This was prompted by a recent question on StackOverflow.)
Key-value coding is one of my more favorite things about Cocoa (up there with
NSPredicate). Basically, it allows you to access properties of objects by name (ie, as a string) rather than invoking a method (er… sending a message)…