Code Monkey home page Code Monkey logo

sjadnsharecontroller's Introduction

SJADNShareController

SJADNShareController

###About

SJADNShareController can be used to share text only (at the moment) to App.net, either as part of the sharing menu or alone.

It uses App.net's web post intent and opens the post box already filled in, in the user's browser, if they are logged in.

The App.net icon used here is a tweaked version of the "appdotnet-icon-share" icon which can be downloaded on the App.net Developer Assets page.

###Usage

####With NSSharingServicePicker

If you already have an NSButton and suitable NSSharingServicePicker code written, simply set your NSSharingServicePicker's delegate to be SJADNShareController.

SJADNShareController *ADNShareController = [[SJADNShareController alloc] init];

sharingServicePicker.delegate = ADNShareController;

Otherwise, take a look on Stack Overflow to see how to setup a share button, then, see the paragraphs above.

####Standalone

Use shareItems:. Example:

SJADNShareController *ADNShareController = [[SJADNShareController alloc] init];

[ADNShareController shareItems:[NSArray arrayWithObject:@"Here's some text to share on App.net!"]];

##License Share, make changes, use commercially if you wish. Crediting "Seb Jachec" would be nice, but is not necessary.

sjadnsharecontroller's People

Contributors

sebj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.