LGTweeter 1.0.0

LGTweeter 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Lewis Godowski.



LGTweeter 1.0.0

LGTweeter is a simple, one-line method to tweet from iOS.

Installation

Manual

  1. Copy LGTweeter.h and LGTweeter.m to your project
  2. Add Accounts.framework, Social.framework, and Twitter.framework to your project

Usage

[LGTweeter sendTweet:@"Tweet text"
           withImage:[UIImage]
            latitude:@"34.3913114"
           longitude:@"-118.5650754"
          completion:^(BOOL success, NSString *status) {
          if (success) {
//              Success
          } else {
//              Error
          }
    }];

To Do

  • Add CocoaPods support

License

LGTweeter is available under the MIT license. See the LICENSE file for more info.