I want to make a table view with dynamic columns. Similar to the one in Ecoute
I just need one column to be visible at a time. As soon as it is double clicked, the whole table view (not scroll view) should animate to the left, and the new column should appear.
I have no idea how to implement it.
Has anyone an idea?
Just added a new NavigationViewController which handles multiple TableViewControllers which handle a table view. The NavigationViewController then animates between them.
It's actually pretty simple if you have the idea.