I have a UIPageControl which has UIScrollView which is the MainWindow.xib
On the UIScrollView are a UITextView and a UITableView.
The user makes a row selection, moves to the next page and selects another row based on the UITextView.
I want none of the row to be selected in a page and when the user makes a row selection, I want the selection for each page to remain selected till the user is done with all pages.
I tried implementing it, but whatever I do (reload the tableView, implementing a custom UITableViewCell), there is a selection already made for the user in every other page.
Any clues?
Thanks.