AliSoftware/Reusable

Support for NSTableView/NSCollectionView?

arthurhammer opened this issue ยท 5 comments

Are there any intentions to extend Reusable to macOS, specifically NSTableView/NSCollectionView? The library is obviously focused on iOS/UIKit but I thought I'd still ask :). Thanks!

I think that's totally feasible. I don't do any macOS development, but I'd gladly accept a PR if you want to add support to it (I'm guessing that the macOS version is probably gonna be very similar to the iOS version if the APIs are similar?).

If you are willing to do a PR to add that, I'd just advise you to wait a bit until I finish the Swift 3 migration (PR pending) and release a new major version, to start your PR from a clean codebase.

There are a couple of differences but conceptually the APIs are very
similar.

Sounds good. When the Swift 3 PR lands I'll try working on a PR!

On 12 October 2016 at 20:04:52, AliSoftware (notifications@github.com)
wrote:

I think that's totally feasible. I don't do any macOS development, but I'd
gladly accept a PR if you want to add support to it (I'm guessing that the
macOS version is probably gonna be very similar to the iOS version if the
APIs are similar?).

If you are willing to do a PR to add that, I'd just advise you to wait a
bit until I finish the Swift 3 migration (PR pending) and release a new
major version, to start your PR from a clean codebase.

โ€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#27 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AET9AF1diQ10Ok7gOZsG23nXA_mOt4dTks5qzSFEgaJpZM4KU6Si
.

Swift 3 support has landed last week, time to work on that now ๐Ÿ˜„

I know this is an old issue, but any plans to do it? ๐Ÿ˜€ I could use it in a macOS side project now.

@arthurhammer any news on your side about if you think you could find some time to do a PR for it?
Otherwise, @igorkulman don't hesitate to give it a try ๐Ÿ™Œ (I don't use the macOS APIs so someone who actually uses them would probably be more suited to adapt the code for it ๐Ÿ˜‰ )