Re: What triggers -applicationDidChangeScreenParameters: delegate method?
Re: What triggers -applicationDidChangeScreenParameters: delegate method?
- Subject: Re: What triggers -applicationDidChangeScreenParameters: delegate method?
- From: Ken Thomases <email@hidden>
- Date: Wed, 10 Dec 2014 11:15:45 -0600
On Dec 10, 2014, at 11:04 AM, Bill Cheeseman <email@hidden> wrote:
>> On Dec 10, 2014, at 11:23 AM, Ken Thomases <email@hidden> wrote:
>>
>> It may not be a change in your code. I believe that notification is delivered when the Dock icons have to shrink to accommodate a new icon. When that happens, the space used by the Dock overall changes, which means the -visibleFrame of the screen that contains the Dock changes, which necessitates notifying the app.
>
>
> That's a clever theory, but the delegate method is not triggered in the older version of my application even when it runs under Yosemite.
Is this your first build against the 10.10 SDK? The framework behaviors are often conditional on the version of the SDK against which your app was linked. Can you try linking against the 10.9 SDK as an experiment?
Regards,
Ken
_______________________________________________
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