NSURL *urlPath = [kDocumentURL URLByAppendingPathComponent:@"qr.jpg"];
self.documentController = [UIDocumentInteractionController interactionControllerWithURL:urlPath];
[self.documentController presentOpenInMenuFromRect:self.view.bounds inView:self.view animated:YES];