views:

8

answers:

0

once the cell in the last table view is selected the detailview comes into play. Well I need each cell in the last levels of hierarchy to load a different detailview. The detailview is a UIWebView so in other words I would like each cell to load a different url. I have a plist which populates my table view cells. Can I reference the url's in the plist? if so can anyone show me an example of how it would work? thanks so much!