UIDocumentInteractionController crashing upon exit
问题 I have a regular UIButton on my main menu that currently launches a UIViewController; the contents of the corresponding .m file is as follows: -(id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; documentPath = [[NSBundle mainBundle] pathForResource:@"file" ofType:@"pdf"]; NSURL *targetURL = [NSURL fileURLWithPath:documentPath]; document = [UIDocumentInteractionController