Adding a controller in Xcode 4?
Hi everyone,
I've recently updated to Xcode 4 and I'm a bit confused with the interface builder integration. In interface builder, I used to add an NSObject to the main window and write the class files. Now I managed to add outlets to a class, but I can only do this in the AppDelegate. When I add the NSObject, I can't rename it. Can you help me?
|