Re: Disappearing accessory view
Re: Disappearing accessory view
- Subject: Re: Disappearing accessory view
- From: Quincey Morris <email@hidden>
- Date: Sun, 14 May 2017 22:12:48 -0700
On May 14, 2017, at 11:18 , Michael McLaughlin <email@hidden> wrote:
thisSavePanel = savePanel;
Why are you saving the panel reference? If this is a sandboxed app, the save panel handling is very weirdly smeared across multiple processes, so keeping it around (if that’s what you’re doing) doesn’t seem like a good idea. Can you try creating a new save panel each time in your “prepareSavePanel” method?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden