문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top