Hello,
my intention is to page a tableView controlled by an UITableViewController to the left or the the right. I tried to realize this like the pageControl example from apple, but it doesn't work. Actually i've got (in the IB) a Navigation Controller including a TableViewController including the Scroll View and in it my TableView. By clicking on a row, a new view appears (with the navigationcontroller), but i also want to change the tableView content by scrolling left or right. Is this possible and how do I realize this
Thank you very much for help
Jonathan