Re: Trouble retrieving selection from NSArrayController
Re: Trouble retrieving selection from NSArrayController
- Subject: Re: Trouble retrieving selection from NSArrayController
- From: Quincey Morris <email@hidden>
- Date: Tue, 22 Feb 2011 14:34:19 -0800
On Feb 22, 2011, at 13:30, Ayers, Joseph wrote:
> @interface Tapes : NSManagedObject
> {
> NSString * TapeName;
> NSDate * TapeDate;
> NSString * Notes;
> NSSet * VideoClip;
> }
Incidentally, what are those instance variables doing in the managed object subclass? They seem *extremely* unlikely.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden