I can select a radio button by using selectCellAtRow_column_(CurrentRow, CurrentColumn) but does anyone know a way to make the selection by using the title of the cell??? If I use the selectCellAtRow_column_ method I have to write my own code to find out what row, what column the title of the cell is in. Seems like it would be much easier to select the cell with a title…
You can only select cells by location (like you do) or by tag. A tag can be easily set in Interface Builder. All other selecting methods, you’ll have to write yourself.