/ANE-TWTweetCompose

Using TWTweetComposeViewController(but , simple tweet method only) for Air Native Extension in iOS.

Primary LanguageObjective-C

ANE-TWTweetCompose

Using TWTweetComposeViewController(but , simple tweet method only) for Air Native Extension in iOS.

Screenshots

Screenshot0

Usage.

import jp.sikisize.TWTweetComposeExtension;

var _ane:TWTweetComposeExtension = new TWTweetComposeExtension();

if(_ane.canSendTweet()){

    //_ane.setTweetViewWithText("test!");

    _ane.setTweetViewWithTextAndURL("test!" , "http://www.google.com");

}

Coming soon

When Support Adobe AIR for iOS6 , add Facebook post function.