I have an NSTableView that is displaying different views for each cell. How can I determine that my mouse is over a specific view? I want to be able to hide/show certain UI pieces depending on the mouseover.
Asked
Active
Viewed 328 times
0
-
What do you mean by "view"? Do you mean how can you tell if the mouse is over the table view or if it's over a row/column/cell in the table view? – Joshua Nozzi Feb 21 '11 at 17:07