Re: Nibs vs xibs
Re: Nibs vs xibs
- Subject: Re: Nibs vs xibs
- From: "Shawn Erickson" <email@hidden>
- Date: Mon, 20 Oct 2008 14:58:00 -0700
On Mon, Oct 20, 2008 at 2:49 PM, Michael Figg <email@hidden> wrote:
>
> I'm pretty much a newbie to IDE's, xcode and OOP; as the programming I have
> done, a few years ago, was basic C and Make. Having installed xcode 3.1.1
> last week and starting to go through Hillegass's book early on he talks the
> reader in how to modify the nib file. But with 3.1.1 it looks like that is
> now the xib instead. Anything I need to know for working with these instead
> of the nib's under 3.1.1?
No not really you can replace one with the other conceptually... XIBs
(editable XML "object" graph) are "compiled" to NIBs (read-only binary
object graph) when you build your application using Xcode 3.x. The
biggest difference is between Interface Builder 2.x and Interface
Builder 3.x but the 3rd edition of the book talks in terms of IB 3.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Nibs vs xibs (From: Michael Figg <email@hidden>) |