Getting Started in Objective-C with XCode 204
As I mentioned in a previous previous blog, I wrote up some notes on getting started practicing TDD using XCode and Objective-C. I’m intending to write a bit more, so the top level of the overall tutorial path starts here: A First Objective-C Project
If you just want to see the details of getting started: XCodeProjectSetup
The biggest change from the previous blog is an embedded video demonstration. If you’re just interested in the video: Getting started
Want to seem more? Something in particular? Let me know.
Comments welcome.
Rudimentary TDD with XCode and Objective-C 138
- Java
- JavaScript
- C++
- Objective-C
In turns out that for what we teach in our TDD class, Java, C++ and Objective-C can be taught at the same time fairly easily. JavaScript, however, not so much. It is a very different (great, but different) beast.
In fact I could add C# to the mix as well, but I’d have to leave out LINQ and Lambdas.
In any case, to teach a class like that, I prefer to have the students do a bit of preliminary work so that they know how to set up their environments. When there’s just one language, I do this on the fly. But when there’s 3, I don’t want 2/3rds of the class waiting while 1/3rd learns how to create a basic project supporting TDD.
The last time I used Objective-C was in 1991, so I needed to figure out how to do this in the environment it is most likely to be used. This turned out to be a bit more work than I expected. I found it all using the good old google-machine, but in pieces. Since there really wasn’t a great (in my opinion) one-stop place that clearly laid out all of the steps, I created one.
This is in a early state. If you have comments, I’d appreciate them. I’ll probably add more. (If you’d like to see more, let me know that as well.) At this point, the basics are pretty much there, so I don’t actually need to do anything else. However, I have taken this just a bit further: This is the top-level of the tutorial
Again, comments and suggestions welcome.