我开始在 iOS 7 上测试我的应用程序,我发现了一个奇怪的案例,即这段代码在 iOS 6 上运行良好
CFURLRef url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault,(CFStringRef)pdfPath, kCFURLPOSIXPathStyle, FALSE);
CGPDFDocumentRef myPdf = CGPDFDocumentCreateWithURL(url);
但在 iOS 7myPdf
上设置为零!
我检查了pdfPath
它的存在,所以任何想法都会对大家有所帮助。
谢谢。