J johnsteve macrumors newbie Original poster Jun 20, 2008 4 0 Nov 11, 2008 #1 I am using Webservice to get the data for my Iphone application which returns in XML format. How can I display this data in Navigation-Based application default view(TableView). any idea?? Thanks in advance, john
I am using Webservice to get the data for my Iphone application which returns in XML format. How can I display this data in Navigation-Based application default view(TableView). any idea?? Thanks in advance, john
J jnic macrumors 6502a Oct 24, 2008 567 0 Cambridge Nov 12, 2008 #2 You'll want to take a look at NSXMLParser for the data (http://developer.apple.com/document...es/NSXMLParser_Class/Reference/Reference.html) and the UITableViewDataSource protocol (https://developer.apple.com/iphone/...wDataSource_Protocol/Reference/Reference.html) for updating a table view's data. Check out the TableViewSuite example for lots of sample code (http://developer.apple.com/iphone/library/samplecode/TableViewSuite/index.html).
You'll want to take a look at NSXMLParser for the data (http://developer.apple.com/document...es/NSXMLParser_Class/Reference/Reference.html) and the UITableViewDataSource protocol (https://developer.apple.com/iphone/...wDataSource_Protocol/Reference/Reference.html) for updating a table view's data. Check out the TableViewSuite example for lots of sample code (http://developer.apple.com/iphone/library/samplecode/TableViewSuite/index.html).