ios - how to get path in sandbox by CFRef,not bundle resource -
to cfurlref
in bundle resource ,as follow
cfurlref pdfurl = cfbundlecopyresourceurl(cfbundlegetmainbundle(), (__bridge cfstringref)self.filename, null, null); cgpdfdocumentref pdfdocument = cgpdfdocumentcreatewithurl((cfurlref)pdfurl); cfrelease(pdfurl);
i want how cfurlref
in sandbox
Comments
Post a Comment