Re: Design Approach Question
Re: Design Approach Question
- Subject: Re: Design Approach Question
- From: Andreas Monitzer <email@hidden>
- Date: Sun, 4 Aug 2002 09:01:35 +0200
On Sunday, August 4, 2002, at 07:14 , Terry Simons wrote:
I'm just curious what approach most people use when developing a Cocoa
application.
I'm still familiarizing myself with MVC, but I'm more concerned with
how people tend to start putting their program together.
Do you all tend to focus on the UI first, and make all of their IB
connections, and then write the controllers for the UI, and tie that
all to the backend that handles mostly Foundation stuff?
I'm curious what people think the easiest way to pull (Cocoa) projects
together is.
I usually sketch the models first (defining what the app should do),
then I draw the UI in IB (in accordance to the features), afterwards I
write the models, and then I write the controllers to fit both parts. Of
course, UI and model changes in a later stage are very common.
andy
--
DigiTunnel 1.0 released, offering full PPTP-support for Mac OS X!
http://www.gracion.com/vpn/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.