Skip to content

mikemuzza/MMInstagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMInstagramWrapper

Small wrapper class for posting images to Instagram on iOS

Usage:

UIImage *image = ...;     //Image to post
NSString *caption = ...;  //Caption to post with image (user an modify)
CGRect rect = ...;        //Rect on screen to show Document Interaction Controller from
UIView *view = ...;       //View rect is in

MMInstagramWrapper *instagramWrapper = [[MMInstagramWrapper alloc] init];
[instagramWrapper postImagetoInstagram:image withCaption:caption presentOpenInMenuFromRect:rect inView:view];

About

Small wrapper class for posting images to Instagram on iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors