Hey, does anyone know of a way to use a password field in a table view, much like you can drag in a drop-down control that makes rows in a particular column into a drop down, I’d like to do the same with passwords.
Oif it’s not possible, its no big deal, I have a backup plan, but this would be the easiest.
In IB, go to the ‘Cocoa-Data’ pane in the palette window and drag a “NSTextFieldCell” (labeled “Text”) to the table column you want to be a password field. In the inspector window, select “Custom Class” from the popup button at the top. Then click on the text field cell (the small white triangle in the upper right corner of the table column’s header). The options in the custom class pane should become something like {nscomboboxcell, nssearchfieldcell, nssecuretextfieldcell, nstableheadercell, nstextfieldcell}. Select “NSSecureTextFieldCell” and save your interface. Should do it.