Suppose I have two views like --TableView & TableDetailView.
In 'TableView' there is a table and button called 'Details'.If I select a row from the table & click the button 'Details' then it will go to the another view 'TableDetailView' & then show the row details.
Please provide me the code.I have already designed the views.