1st part-->I need to select multiple rows from UITableView and when the users has selected the rows as per his requirements,then he will click the Done button to complete the selecting process. 2nd part-->Then i need to display all selected rows in seperate UIViewController.
The thing which I already did is that I displayed data on my UITableView and now I want to display selected rows in seperate ViewController. So any help will be appreciated.