Re: Basic concepts help. making IB connection to a specific instance
Re: Basic concepts help. making IB connection to a specific instance
- Subject: Re: Basic concepts help. making IB connection to a specific instance
- From: Denis Stanton <email@hidden>
- Date: Wed, 16 Apr 2003 17:00:17 +1200
Chris
Thank you for the advice and suggestions
On Wednesday, April 16, 2003, at 04:23 PM, Chris Hanson wrote:
In your example, ClassB is a model object while ClassA is a controller
object. In your application, ClassB would probably be Report and
ClassA would be ReportController or something like that.
Thats is almost right - or it would be if I had thought it out in
advance. My class B is indeed named Report. My class A is named
ABDataSource for reasons that are no longer completely obvious.
Perhaps naming it "Controller" would have helped me think of it as the
(only) place for outlets and target actions. All my outlets and
actions are in class A but I was worrying that as they spent much of
their time manipulating values in the model class perhaps they should
be located there.
Denis
_______________________________________________
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.