Trying to work on my app and I'm really stumped on how to accomplish loading a pdf view in the next drill down when I click on a state. For now, I have the detailView set to display a message saying: You have clicked on (x)state, but I want to use a UIWebView to load a local resource pdf file for the selected state.
So basically so far I have: A first level view controller, a second level view controller, and a detail controller. I have an array of states init'ed in the void viewDidLoad but not really sure how to point each row in the list to the associated pdf file for that state, here's some pics: THANKS!
So basically so far I have: A first level view controller, a second level view controller, and a detail controller. I have an array of states init'ed in the void viewDidLoad but not really sure how to point each row in the list to the associated pdf file for that state, here's some pics: THANKS!


Last edited: