Skip to content

AquaSupport/AQSInstagramActivity

Repository files navigation

AQSInstagramActivity

Build Status

[iOS] UIActivity Class for Instagram

Usage

UIActivity *instaActivity = [[AQSInstagramActivity alloc] init];
NSArray *items = @[[UIImage imageNamed:@"someimage.png"]];

UIActivityViewController *activityViewController = [[UIActivityViewController alloc] initWithActivityItems:items withApplicationActivities:@[instaActivity]];

[self presentViewController:activityViewControoler animated:YES completion:NULL];

Installation

pod "AQSInstagramActivity"

Related Projects