Drill down tableview with navbar, tab bar and remote XML
Hey guys,
I've been at this for weeks following every tutorial I could find out there but I keep getting stuck.
Basically what I'm trying to do is an application with a Tab Bar, that in the first Tab will have a TableView (with NavBar) that lets you drill down as Category->Subcategory->Detail from a remotely hosted XML (produced by a php webservice).
Now I managed to do all these things, only separately. I can do a TabBar app with a Table and associated NavBar but I can't get the XML to show on it. I also managed to get the XML to show on a TableView on a different project, and do the whole drill down shebang.
I can't for the life of me bring these two together. Anyone know of a good tutorial out there?
|