Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我只是使用带有 NSDateFormatter 的 NSTextCell,我只是想知道这是否可能,也许通过使用 .
提前致谢!
并非没有进行大量黑客攻击……出于某种原因,Apple 没有为表格提供日期选择器单元格。我会保留日期格式化程序或使其在单击单元格时弹出图形日期选择器。
我在 xib 文件中创建了一个菜单,将单元格的菜单属性的出口设置为菜单,创建 nsdatepicker 的子类,覆盖 mouseDown:,并使其在单击时显示菜单。