PickerView in custom cell delegate where my tableVIew is

Viewed 19

I want to implement picker that is in my custom cell, in my VC that has the tableView, I can't figure out how to reference that specific picker (because I have other 2), so if I try to make a switch statement with "did select row" I can't reference that specific picker that is in tableCell. thank you

0 Answers
Related