简体   繁体   English

NSTableColumn动画

[英]NSTableColumn animation

I want to make a table view with dynamic columns. 我想用动态列制作一个表视图。 Similar to the one in Ecoute 与《 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. 刚刚添加了一个新的NavigationViewController,它可以处理用于处理表视图的多个TableViewControllers。 The NavigationViewController then animates between them. 然后,NavigationViewController在它们之间进行动画处理。

It's actually pretty simple if you have the idea. 如果您有想法,这实际上很简单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM