UIPickerView in a TableView Custom Cell?

Is it possible to configure an UIPickerView in a custom TableView Cell?

I’ve tried to setup the UIPickerView delegate in the Cell class, which does not seem to work as I am unable to figure out how to get the tableview indexPath to work with the delegate. And putting the UIPickerView delegate within the tableview class does not seem to work as well.

I’m assuming that I am doing something wrong, but do not want to go down a rabbit hole if it’s not supported.

Thanks

@pdl5000 Do you still have issues with this?