Re: Nibs vs xibs
Re: Nibs vs xibs
- Subject: Re: Nibs vs xibs
- From: Dave Carrigan <email@hidden>
- Date: Mon, 20 Oct 2008 14:55:58 -0700
On Oct 20, 2008, at 2:49 PM, Michael Figg 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?
You can just use xib wherever Hillegass refers to nib. Xib is a plain-
text representation of a nib, and is compiled into a nib as part of
the build process. The Xcode tools can still use nibs directly, but
new projects are usually better off using xibs.
--
Dave Carrigan
email@hidden
Seattle, WA, USA
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
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>) |