Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NSTableView Always Selects First Row on Application Launch

Tags:

xcode4

cocoa

This may seem like an easy problem, but I honestly can't figure out how to solve it. Whenever I launch my application, The first row of my NSTableView is always selected. I want the default behavior of the table view to be no selected rows. How can I accomplish this in the Interface Builder portion of Xcode4?

like image 985
LandonSchropp Avatar asked Dec 02 '22 01:12

LandonSchropp


1 Answers

In interface builder's NSTableView properties tab select "Empty selection" checkbox.

like image 197
Eimantas Avatar answered Dec 19 '22 11:12

Eimantas