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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -