FSOpenInInstagram 1.0

FSOpenInInstagram 1.0

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

Maintained by Felix Schulze.



FSOpenInInstagram is a tool for sending pictures with the Instagram iOS App.

Install

Using CocoaPods:

pod 'FSOpenInInstagram', '~> 1.0'

Usage

Check if Instagram app is installed:

if ([FSOpenInInstagram canSendInstagram]) {
    //Instagram app is installed
}

Open Instagram app composer:

[FSOpenInInstagram postImage:<Some UIImage> caption:@"Nice picture"];

System support

iOS 6.0+ is currently supported.

License

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