With Leopard coming out in a few months, is it really worth the trouble of learning Xcode 2, or should I just wait until Leopard and start off with Xcode 3? Or will the two be similar enough where I should just dive in now?
With Leopard coming out in a few months, is it really worth the trouble of learning Xcode 2, or should I just wait until Leopard and start off with Xcode 3? Or will the two be similar enough where I should just dive in now?
XCode 3, in my opinion, seems to take out some of the functionality that you had wiwth XCode 2, for example, instead of creating a header class within Interface builder, you make it yourself, add the specific that you want, then link it in Interface builder, IB won't make the files for you, you have to and decide where they link up to. The interface has been completely changed, and you'll see that in Leopard. In short, it's always useful to know the previous versions before the newer versions. It's like with Windows 95 to 98, I noticed a lot of differences, but if I would have went to 98 down to 95, I would have been asking, where's this at? Why isn't this here? So if you learn about what you have then look at the new features, it makes it easier to cross-over to one another.
So in short, I should just jump in and learn Xcode 2, then catch up with Xcode 3?
If you can add instance and class variables manually, you can certainly add IBOutlets and IBActions manually.