Reputation: 209
I'm receiving data in XML from a server through a NSData
object and I would like to convert this data to a NSMutableArray
object.
How do I convert the data from the NSData
object (knowing that there should be different objects transferred into the NSMutableArray
- UIImages ,CLLocation2D objects, strings,...)
Upvotes: 0
Views: 203