且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何从文档目录加载PDF?

更新时间:2023-11-10 22:55:34

我能够使用以下代码解决我的问题:)

I was able to solve my issue using this line of code :)

NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSArray *pdfs = [[NSBundle bundleWithPath:[paths objectAtIndex:0]] pathsForResourcesOfType:@"pdf" inDirectory:nil];