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 […]
Tag: cocoa
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 […]
I’m often asked how I keep up with all the new API’s available for an iPhone developer at each OS patch, and really the secret is just keeping up with some blogs. I use Google Reader, place the blogs in there, and skim over them. There’s alot of great blogs out there, these are the 10 that […]
A fun Online Cocoa/Objective-C quiz for beginners has been put up by Olver Drobnik. The quiz is called "Are you a Cocoa Crack?" and provides a surprising challenging test for Cocoa programmers. I think it’s a fun little test because it’s very short, and easy, but tests beginners on a few concepts that are easily overlooked. […]