Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 07-07-2009, 09:52 PM   #1 (permalink)
pmvinuelas
Registered Member
 
Join Date: Feb 2009
Posts: 87
Question TableView Drill Down issue (with XML)

I am trying to do a drill down in my app where the first table view displays the title of books. Then when you select the title it takes you to a drill down of the chapters in that specific book. Then when you select the chapter it will go into a detail view.

I have managed to get the initial table view set up that displays my book titles however when i try to build in the second table view for my chapters the table will display ALL chapters of ALL the books instead of jsut the chapters that are part of the specific book that i selected....

(I have been working on this for 4 hours now!)

Below is what i believe to be the relevant code. Let me know if you guys need more and i can paste it in...

Oh i forgot to mention that this is all coming from a local server with XML code! so i will also paste in relevant data on the XML code.

XML file:
<?xml version="1.0" encoding="UTF-8"?>
<Books>
<Book id="1">
<title>CircumferenceTest</title>
<Chapter>Chapter1</Chapter>
<Chapter>Chapter2</Chapter>
<author>Nicholas Nicastro</author>
<summary>Eratosthenes and the Ancient Quest to Measure the Globe.</summary>
</Book>
<Book id="2">
<title>Copernicus Secret</title>
<Chapter>Chapter6</Chapter>
<Chapter>Chapter7</Chapter>
<author>Jack Repcheck</author>
<summary>How the scientific revolution began</summary>
</Books>
pmvinuelas is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 158,746
Threads: 89,202
Posts: 380,573
Top Poster: BrianSlick (7,129)
Welcome to our newest member, raKinesic
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 06:57 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.