objective c - How to read and write XML on a web service with iOS -
i'm working on switching ios app on storing data using archiving accessing xml files on web service, in order have 1 central database many users. i've found resources explaining how use nsxmlparser, little explains how create or edit xml files on database information entered text fields on app.
the web service , running, catch-22 can't verify parser works without being able enter data , having save web service.
the data pretty basic. example, might have car object has few nsstring properties- year, make, model, color, , on. need able add , delete cars, edit properties. suggestions?
in terms of reading data, wrote simple xml parser ios called coniferxml. can check out @ github. if doesn't work out there library on github little more complex same thing.
Comments
Post a Comment