I have an interesting MVC question that I would like some advice on.  I have a 
Model object with one attribute.  On my View, I display an array of strings 
that depend upon the value of the model's attribute.  I'm unsure where to put 
the "translation" of the Model attribute into the strings.  The model doesn't 
actually need this array of strings, so I'm predisposed to put it in the 
controller.  I don't have a good reason to not put it into the view other than 
pragmatic.  I can give the controller a bunch of attributes and bind the view's 
controls to those attributes, as opposed to programatically creating the 
strings in the view.
Advice?

Thanks,

Jean Duteau

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to