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.
我有一个为每个单元格显示不同视图的 NSTableView。如何确定我的鼠标位于特定视图上?我希望能够根据鼠标悬停隐藏/显示某些 UI 片段。
一般来说,您会使用NSTrackingArea。