Objective C: Parsing an XML file
I’ve been wanting to try out some iPad development for a while and as a hello worldish exercise for myself I thought I’d try and work out how to parse the cctray.xml file from Sam Newman’s...
View ArticleObjective C: Back to being a novice
As I mentioned in my previous post about parsing an XML file in Objective C I’m a novice on the Dreyfus Model when it comes to this type of development and I’ve found it interesting that I’ve dropped...
View ArticleObjective C: Expected ‘(‘ before ‘Project’
A mistake I’ve made more than a few times while declaring headers in Objective C is forgetting to explicitly import the classes used in the interface definition. I’ve been refactoring some of the code...
View ArticleObjective C: Observations
I’ve been playing around with Objective C over the last month or so and although my knowledge of the language is still very much limited I thought it’d be interesting to describe some of the things...
View Article