NSTableColumn 動畫 (NSTableColumn animation)


問題描述

NSTableColumn 動畫 (NSTableColumn animation)

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?


參考解法

方法 1:

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.

(by IluTovIluTov)

參考文件

  1. NSTableColumn animation (CC BY-SA 3.0/4.0)

#nstablecolumn #core-animation #nstableview






相關問題

NSTableColumn 動畫 (NSTableColumn animation)

nstableview + 不能顯示部分文件名 (nstableview + cannot show partial file names)

NSTableView:浮動(或固定)列 (NSTableView: Floating (or fixed) columns)

突出顯示 NSTableColumn 中的文本顏色 (Text colors in an NSTableColumn on highlight)

如何在 NSTableVIew 中禁用排序? (How to disable sorting in NSTableVIew?)

NSTableColumn 上的 NSMatrix (NSMatrix on NSTableColumn)

NSTableColumn 使用 @sum 之類的集合運算符綁定 (NSTableColumn binding using Collection Operators like @sum)

NSTableColumn 標識符是“_NS:9” (NSTableColumn identifier is "_NS:9")

在具有可編輯列順序的 NSTableView 中獲取列 (Getting a column in an NSTableView with editable column order)







留言討論