Re: Bypassing Interface Builder
Re: Bypassing Interface Builder
- Subject: Re: Bypassing Interface Builder
- From: "David Wilson" <email@hidden>
- Date: Wed, 14 May 2008 11:59:49 -0400
On Wed, May 14, 2008 at 11:35 AM, colo <email@hidden> wrote:
> Hmmm. The letting it create the files in the nib file sounds fine for
> me. But what about the linking and configuring? It's just all
> reflected in code correct? The dragging a pipe to one object to the
> other that just all shows up in the .m right? So that part can just be
> bypassed and done in xcode I assume and still remain "Cocoa" style.
This is incorrect. I think you're being confused by memories of some
Windows programming or the like, where interface creation actually
created code for you that you then fleshed out.
IB does not touch your code. All it creates is a .nib file that tells
the runtime to create some stuff when it's loaded, and then to connect
that stuff to objects that your code created.
--
- David T. Wilson
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden