FSOpenInInstagram is a tool for sending pictures with the Instagram iOS App.
Using CocoaPods:
pod 'FSOpenInInstagram', '~> 1.0'
Check if Instagram app is installed:
if ([FSOpenInInstagram canSendInstagram]) {
//Instagram app is installed
}
Open Instagram app composer:
[FSOpenInInstagram postImage:<Some UIImage> caption:@"Nice picture"];
iOS 6.0+ is currently supported.
FSOpenInInstagram is available under the MIT license. See the LICENSE file for more info.