Re: Interface Builder popularity w/ Cocoa Developers
Re: Interface Builder popularity w/ Cocoa Developers
- Subject: Re: Interface Builder popularity w/ Cocoa Developers
- From: Conor <email@hidden>
- Date: Mon, 16 Jun 2008 10:51:52 +0200
Nobody seemed to mention it, but IB also makes localization easier. As
for debugging awakeFromNib: is not the right place as the NIB has
already been loaded and the connections done, which the original
poster is worried about; – loadNib:withZone: is the right place. The
worry about missing connections is a valid one, but it is easy to
debug using IB itself. Because IB maps to UI elements, when an element
is not working it's a quick check to verify that all the connections
are in place. IB has a very useful table view of objects that can be
expanded and shows all outgoing and incoming connections for an object.
Watch the keynote for the WWDC '08, the demo by Scott shows what an
advantage IB can be to building an application on the iPhone or Mac OS
X.
Conor
http://www.bruji.com/_______________________________________________
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