Vote count:
0
is it possible to Uploading photos with comment Instagram via our own iOS app ???
my codding is :
NSURL *fileURL = [NSURL fileURLWithPath:[self photoFilePath]];
documentInteractionController = [UIDocumentInteractionController interactionControllerWithURL:fileURL];
documentInteractionController.UTI = @"com.instagram.exclusivegram";
documentInteractionController.delegate = delegate;
documentInteractionController.annotation = [NSDictionary dictionaryWithObject:caption forKey:@"InstagramCaption"];
[documentInteractionController presentOpenInMenuFromRect:CGRectZero inView:view animated:YES];
If it's possible then plz give me solution...
thanx.....
asked 1 min ago
Aucun commentaire:
Enregistrer un commentaire