Re: Need an alternative to Interface Builder for a good reason
Re: Need an alternative to Interface Builder for a good reason
- Subject: Re: Need an alternative to Interface Builder for a good reason
- From: John Stiles <email@hidden>
- Date: Sun, 12 Aug 2007 12:58:31 -0700
Try Carbon nibs then?
On Aug 12, 2007, at 12:56 PM, Chris Hanson wrote:
On Aug 12, 2007, at 12:46 PM, John Stiles wrote:
If you're going to use XML, why not try to figure out IB's XML and
then write code to just interpret the XML that comes out of IB?
Honestly if I were going to develop a cross-platform app, that
would be one of the first things I tried.
The "XML nibs" generated by Interface Builder 2.5 are just an "XML
plist" representation of a keyed archive. They are not in (or
intended to be in) any human-readable, human-authorable format, and
are extremely closely tied to the in-memory representation of the
objects in the nib just as binary nibs are.
You will honestly have a much easier time defining and implementing
your own format than trying to figure out and remain compatible
with IB's.
-- Chris
_______________________________________________
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