Hi Matt. I've no problem in determining which row in which component has been selected. The user can roll the components indefinitely but there has to be an event when the user chooses to 'keep' the values when the component(s) have stopped. The user has to 'collect' several, different parameters from a broad selection and this is where the button (IBAction) comes in.
Basically, I need to change the row color (in component 0) to indicate to the user that this parameter has already been selected and the user will do this by hitting the button (which in turn will set the color of the row selected). So, the problem is how do I do this in an IBAction (ie. call a method from inside the IBAction?) when I already know the row and component.