Re: IKImageBrowserView keeps scrolling to the bottom
Re: IKImageBrowserView keeps scrolling to the bottom
- Subject: Re: IKImageBrowserView keeps scrolling to the bottom
- From: James Crate <email@hidden>
- Date: Fri, 23 Sep 2016 16:05:38 -0400
On Sep 23, 2016, at 1:35 PM, Steve Mills <email@hidden> wrote:
>
> On Sep 23, 2016, at 12:21:56, James Crate <email@hidden> wrote:
>>
>> I saw the same thing when I updated to Xcode 8 last week. A sample app with no subclassing displays the same behavior. I filed a radar with sample project as well.
>>
>> The documentation for IKImageBrowserView now says it is effectively deprecated so I guess we may be forced to upgrade to NSCollectionView.
>
> W. T. F. That's just great. "will be deprecated in a future release." If it's not yet deprecated and I'm still at 10.11.3, why is it so obviously broken?
I thought the same thing. I haven’t installed Sierra yet, so maybe it works if you build with Xcode 8 on Sierra. For now, if you go back to Xcode 7 it will should work like before, but I haven’t tried that yet either. I needed Xcode 8 to test/fix an iOS app on iOS 10, and I’m not sure how painful switching back and forth between Xcode 7 and Xcode 8 will be, or even if Xcode 7 can be downloaded.
Another wrinkle is that Xcode 8 updated subversion from 1.7.x to 1.9.x, which required subversion repositories to be upgraded. So, if svn 1.7.x can’t read repositories upgraded for 1.9.x, there could be other problems to work around.
So given all that, it’s probably easier to switch to NSCollectionView than figure out how to switch back and forth between Xcode 7 and 8. However, the new NSCollectionView features require 10.9, so if you have requirements to support older systems…your guess is as good as mine.
In iOS 7 (I think, or maybe 8) there was an NSTableView bug I ran into in the initial release. I was able to work around it, but it was fixed in a x.0.1 release. So right now I’m just hoping there will be an Xcode 8.0.1 release that will fix this problem.
Jim Crate
_______________________________________________
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