iPhone TBXML Looping And Parsing Data

后端 未结 4 1579
春和景丽
春和景丽 2020-12-18 00:12

Basically I have an XML response that is returned and a string, and i need to loops through the xml and store all the information in an array. here is the xml



        
4条回答
  •  温柔的废话
    2020-12-18 01:15

    It's better to use NSXMLParser, because it's an official release of Apple.

    All the documentation of NSXMLParser is here.

    Also, here's a NSXMLParser Tutorial.

提交回复
热议问题