How to use table view with seperate nibs?
Hopefully this is a very basic question and shows how new I am, and thanks in advance as I have been struggling with this for a while now.
I have an application which starts with multiple tabs, on the final tab bar it has a table view list of cases with a nav bar. My goal is to be able to select the case but to use a new .xib file to edit the view that would show up. All I have been able to find is essentially information on how to autopopulate data (whatever type it may be) rather than being able to fully customize each .xib. My intent would be to make a selection from a case list to cause it to open a new view which could be navigated through with nav bar through 2-4 views of essentially just a page with a image on it with the final page being a page with discussion text on it.
I think (and I could end up being wrong) that I could likely manage the programming portion of the end part of setting up the nav bar to cycle through those next few pages, but figuring out how to link a table view selection to an individual view is causing lots of problems for me.
If this isn't really able to be done would you have any suggestions? (to still function almost the same to have 4-5 screens essentially as tabs or some other navigation control, with one view having many selection options to go to a seperate view for each that was easy to individually edit/customize)?
|