UIDocumentInteractionController broken in iOS 8
The related code below worked perfect when i was building for iOS 7, but it seems now in iOS 8, it's not working properly. By properly, I mean in the sense where it's not actually sending the file or whatever to the chosen app. Example: If I selected Mail, it would open the mail app with the image or zip I chose in the text field. Now it won't send and it takes forever to call/dismiss the UIDocumentInteractionController. What am I doing wrong? - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { [self.tableView deselectRowAtIndexPath:indexPath animated