Requesting assistance with Application Development
First let me apologize for having to bother you with this request for assistance. I am normally resilient enough to figure things out for myself, but I am stuck, partially due to me being new to iPhone development (and the Mac).
Here is the problem;
I am creating an application that has a NavController, a TableView, a SearchBar, NS Dictionary, NS MutableDictionary and NS Mutable Array. The current flow of the app, includes loading of the app, list being populated, the list being searchable and segmented. I have no problems searching or selecting a row and "navigating" to a new view (xib). Here in the lies the problem.
In the new xib I wish to display a picture, text and a play button for some animation (.mov) file. I have the content of this xib file built, the image displays (using UIIMageView - but is static the image is defined in IB), a text field displayed using a UITextView (that is populated with a textView.text = statement in the viewDidLoad controller of the new xib) and a IBaction and associated button to play the video, with a video identified.
The problem, how do I associate the didSelectRowatIndexPath contained in the "table"-viewController with the content that is displayed in the new xib file ("content" - viewController).- e.g. I select row (3,4) and an associated image, text and video is displayed in the xib (view).
If you are kind of enough to respond, please keep in mind that I am newbie to programming and phrase your responses accordingly. If there is a thread that already addresses this topic please inform let me know the location.
Thanks
Dave
|