Re: Cocoa UI
Re: Cocoa UI
- Subject: Re: Cocoa UI
- From: "Emanuele Vulcano" <email@hidden>
- Date: Wed, 13 Dec 2006 15:48:58 +0100
I was wondering if Cocoa had anything like XAML to describe where and how componets get put onto a window.
Cocoa has Interface Builder and its NIB files, which account for what
you are trying to do. IB can instantiate any kind of object, not just
views (UI-capable objects), and it's used to produce a relationship
between the view and the controller part of your code (in MVC
fashion).
NIBs predate XAML by years, since IB was originally part of the NeXT
developer tools.
- ∞
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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