UITableVIew in the detailed view of the UISplitViewController iPad?

Up vote 0 down vote favorite share g+ share fb share tw.

I have situation where I have a UITableView as a detailed view in a UISplitViewController and in my rootview I have a form where I have textfields on entering the values to the text fields and pressing search I want to show the results in the tableView which is present as a detailed view on the UISplitViewController. I get the results of the search in the log,but I don't know how to populate the table in the detailed view with the search results on each cell on the detailed view. Please any body help me to overcome from this issue.... Thank you... ipad uisplitviewcontroller link|improve this question asked Jun 6 '11 at 15:47Sankar Chandra Bose113110 69% accept rate.

– Deepak Jun 6 '11 at 18:41 1 I have created an instance for the detailed view and I have a method in the detailed view class for reloading the table. I have used the following code in the root view controller's button click function to reload the table in the detailed view as ResultsViewController populateTable; where ResultsViewController is the object of the detailed view..The control goes to the fuction where I have a code to reload the table as resultsTableView reloadData; but the after executing that statement the cntrl returns back to the place whr the mthd is invokd. Flow doesn't comes to the tbl delegate mthds – Sankar Chandra Bose Jun 7 '11 at 4:23.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions