Skip to content
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

Hacky way of using Action Extensions on OS X #1

Merged
merged 1 commit into from
Apr 13, 2015

Conversation

josh-
Copy link
Contributor

@josh- josh- commented Apr 11, 2015

Thanks for open sourcing this project! I've done a bit of work on using Action Extensions in my app and this is what I've come up with: presenting the NSSharingServicePicker (with the customised style value) and then hold on to the resulting NSSharingService references in a property. This then enables the creation and display of a NSMenu with the available extensions and also the ability to invoke them. Data then flows back to us in the delegate methods and we're able to write the changed image to a file.

@iljaiwas
Copy link
Owner

Wow. This is incredible! Thanks a lot.

iljaiwas added a commit that referenced this pull request Apr 13, 2015
Hacky way of using Action Extensions on OS X
@iljaiwas iljaiwas merged commit a01c5b2 into iljaiwas:master Apr 13, 2015
@josh-
Copy link
Contributor Author

josh- commented Apr 15, 2015

No worries at all mate! Will open another pull request if I discover anything else 👍 otherwise I've filed a radar so hopefully this API will be much more openly accessible in a future release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants