Re: Best Practices for Associating a File Extension With a File in XCode 4?
Re: Best Practices for Associating a File Extension With a File in XCode 4?
- Subject: Re: Best Practices for Associating a File Extension With a File in XCode 4?
- From: Vik Rubenfeld <email@hidden>
- Date: Sun, 04 Sep 2011 17:01:58 -0700
I'm saving via this call:
[self saveDocumentWithDelegate:self didSaveSelector:@selector(didSaveDocument:didSave:contextInfo:) contextInfo:nil];
This brings up a Save As dialogue box.
On Sep 4, 2011, at 12:33 PM, Jens Alfke wrote:
>
> On Sep 4, 2011, at 9:06 AM, Vik Rubenfeld wrote:
>
>> Still no file extension is appended to the document when I save it.
>
> How are you saving it, in particular how are you getting the filename to save as?
>
> —Jens
_______________________________________________
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