Skip navigation.
 
mlRe: mouse down in table view without selecting the row
FROM : Hamish Allan
DATE : Tue Jan 22 21:46:02 2008

On Jan 22, 2008 8:22 PM, Mitchell Livingston <<email_removed>> wrote:

> I also tried
> overriding the table view's mouseDown:, but I can't do mouse tracking
> in the cell without calling super's mouseDown:, which causes the cell
> to become selected as well.


You could perhaps try ensuring that the table view's delegate method
tableView:shouldSelectRow: returns NO for the duration of the call to
[super mouseDown:]...

Hamish

Related mailsAuthorDate
mlmouse down in table view without selecting the row Mitchell Livingsto… Jan 22, 21:22
mlRe: mouse down in table view without selecting the row Hamish Allan Jan 22, 21:46