Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top