Categories
Featured Development Resources

Perform Basic Web Tasks And Interact With RESTful Services

Found this great guide to performing some basic web tasks such as submitting forms, uploading files, and interacting with RESTful services. The tutorial is from Core Animation book co-writer Matt Long, and can be found here: Accessing The Cloud From Cocoa Touch In the tutorial Matt goes through using the Cocoa libraries to perform basic […]

Categories
Featured Development Resources

Getting Subclasses in Objective-C

One of the things that makes the Objective-C language “different” from most other object oriented programming languages is that there is no simple command that allows you to print the subclasses of a class.  I noticed this early on when using the language, and had to work around this.  I don’t know why Objective-C doesn’t […]

Exit mobile version