Lukas Wiklund
Lukas Wiklund

Reputation: 826

Can I on Xcode 4.6 have Interface Builder in separate app?

I know this is a stupid question, but I want to be sure. I want the old one. I have Mountain Lion.

Upvotes: 0

Views: 98

Answers (1)

John Parker
John Parker

Reputation: 54445

To answer your question as fully as possible: no.

Moving on, the direction Apple has chosen to follow involves merging the previously distinct NIB editing aspects of things into the rest of the IDE, which makes quite a bit of sense - especially as you can directly create outlets, etc. by dragging from the relevant control to the header file when using the assistant view.

If it's any consolation, you'll get used to it pretty quickly.

Upvotes: 4

Related Questions