On Mon, Nov 17, 2008 at 7:49 AM, macdev <[EMAIL PROTECTED]> wrote: > I am migrating from PC/.NET development and I am very new to Xcode/IB/Cocoa. > I was wondering if I could generate GUIs using code without the need to use > the IB.
Why does everyone new to the platform want to immediately discard IB? It is the correct (yes, "correct", not "preferred", not "easiest", but *correct*) way to implement your interface. > The main reason for this is that we have an application built with > MS.NET which generates different GUIs based on customer > configuration/business domain programmatically. Think very carefully about how much interface generation you really want to do. Often times a capable professional UI designer can come up with an interface that isn't "generated" so much as having parts of it hidden or resized. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
