Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 AFNetworking API,但在其中找不到适用于 iOS 的 XML 的任何东西。
我想下载 API XML 响应并写入文件,但使用 AFNetworking 是不可能的,因为 iOS 不支持 NSXMLDocument
如果您只需要解析 XML,请尝试使用KissXml和 DDXmlDocument 类。关于docs,kiss xml 类与标准类 (NSXmlDocument) 具有相同的 intarface