Re: App fails on Yosemite - "Cannot remove an observer"
Re: App fails on Yosemite - "Cannot remove an observer"
- Subject: Re: App fails on Yosemite - "Cannot remove an observer"
- From: Quincey Morris <email@hidden>
- Date: Mon, 01 Dec 2014 19:11:48 +0000
On Dec 1, 2014, at 10:41 , Andreas Höschler <email@hidden> wrote:
>
> What the heck does that mean? How can they remove these access methods?
They didn’t. What they did is to change the access method declarations to @property declarations. The change shows up in the API changes as a deletion and and addition, but at run time, the exact same methods behave exactly as before.
> No idea what this NSScrollView.autohidesScrollers stuff is all about.
You’ve never seen Objective-C properties before!?
> This does not even look like Objective-C anymore!? Will they remove the message sending idea of Objective-C all together in the next release?
IDK, but if you don’t watch out they might … I dunno … add a whole new language in the next release!?
_______________________________________________
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