01-27-2009, 09:55 PM
|
#2 (permalink)
|
|
Registered Member
Join Date: Oct 2008
Location: Denver, CO
Posts: 2,122
|
Look at it this way. You provided a picker view delegate that returned a title based on a row number and component number.
When the user picks a value you get notified with the same values - a component number and row number. Use the same logic to get your other data.
|
|
|