@Scott Stevenson For what it's worth, IB could be used to generate classes in earlier versions, but it would only really generate the headers, not the implementation. In any case, I don't think that functionality is available anymore.
I believe the functionality is still available in Interface Builder 3, it's just been made more obscure and difficult to find, and for good reason. Code and headers should be created in Xcode, and the interface should come afterwards, since this is the logical way to do things. You could even say that this functionality has been "deprecated" in IB3.
by Steven Degutis — May 30
I believe the functionality is still available in Interface Builder 3, it's just been made more obscure and difficult to find, and for good reason. Code and headers should be created in Xcode, and the interface should come afterwards, since this is the logical way to do things. You could even say that this functionality has been "deprecated" in IB3.