CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Lewis Godowski.
LGTweeter is a simple, one-line method to tweet from iOS.
LGTweeter.h and LGTweeter.m to your projectAccounts.framework, Social.framework, and Twitter.framework to your project[LGTweeter sendTweet:@"Tweet text"
withImage:[UIImage]
latitude:@"34.3913114"
longitude:@"-118.5650754"
completion:^(BOOL success, NSString *status) {
if (success) {
// Success
} else {
// Error
}
}];LGTweeter is available under the MIT license. See the LICENSE file for more info.