Re: an interesting delegate design issue raised by IB...
Re: an interesting delegate design issue raised by IB...
- Subject: Re: an interesting delegate design issue raised by IB...
- From: "Michael B. Johnson" <email@hidden>
- Date: Wed, 12 Sep 2001 11:10:07 -0700
- Organization: Pixar Animation Studios
Ondra Cada wrote:
>
>
Michael,
>
>
>>>>>> Ondra Cada (OC) wrote at Wed, 12 Sep 2001 19:39:39 +0200:
>
OC> OTOH, the "automatic display" is a very nice thing generally and I would
>
OC> keep it; adding a method "addImageWithoutNotification:" or alike would
>
OC> cover IMHO all needs perfectly.
>
>
Hmmm, or perhaps it would be cleaner to be able to "lock" the view if I for
>
some reason don't want the automatic reloadData to occur. I'm not sure.
ooh, seems bad to me. More mismatch between the model and the view. How can this be a good idea?
Cache consistency is key, and in this case, the view is the cache of the data.
- wave