Re: Public instance variables questions.
Re: Public instance variables questions.
- Subject: Re: Public instance variables questions.
- From: Andrew <email@hidden>
- Date: Mon, 30 Dec 2002 16:25:13 +1100 (EST)
On Sun, 29 Dec 2002, Aaron Boothello wrote:
>
i want to create a public instance of the data object, that can be read
>
from AND written to from any of the views.
Just provide a method that returns a pointer to the data object. Your
other objects can dereference that pointer to change it.
Andrew
_______________________________________________
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.