Re: Core Data And Required Bindings
Re: Core Data And Required Bindings
- Subject: Re: Core Data And Required Bindings
- From: mmalc crawford <email@hidden>
- Date: Sun, 19 Nov 2006 07:35:27 -0800
On Nov 18, 2006, at 3:13 PM, Chris Outwin wrote:
- (NSString *)bounds {
[...]
[view setNeedsDisplay:YES];
return rectAsString;
}
- (void)setDrOriginX:(NSNumber *)newOriginX {
[...]
[view setNeedsDisplay:YES];
}
It's not clear why the model objects are instructing the view to
redisplay?
You may wish to review <http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaDesignPatterns/chapter_5_section_4.html
>.
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden