我有一个数据库,通过webservice,我想在xcode中使用项目中的数据。给我的xml webservice是:
<?xml version="1.0" encoding="UTF-8"?>
<Document
xmlns="http://tempuri.org/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Document>
<idTypeDocument>80</idTypeDocument>
<idProject>0</idProject>
<document>JVBERi0xLjQNCiXT9MzhDQoxIDAgb2JqDQo8PCA...</document>
<contentType>application/pdf</contentType>
</Document>
</Document>
我可以放入xcode进行阅读<document>
可以转换并显示pdf吗?提前谢谢你!