-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for NSTableView/NSCollectionView? #27
Comments
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 Sounds good. When the Swift 3 PR lands I'll try working on a PR! On 12 October 2016 at 20:04:52, AliSoftware ([email protected])
|
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? |
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!The text was updated successfully, but these errors were encountered: