Re: nil there not here
Re: nil there not here
- Subject: Re: nil there not here
- From: David Blanton <email@hidden>
- Date: Mon, 27 Jul 2009 16:56:13 -0600
- (BOOL)readFromData:(NSData*)data ofType:(NSString*)typeName error:
(NSError*)outError
{
return [_myDocumentView setImageFromData:data type:typeName
error:outError];
}
Yes, I should do it as above and will. Thanks for the suggestion.
I guess a better way of stating the problem is :
What is the preferred method of associating a view with a document?
This is the fundamental issue for me.
_______________________________________________
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