Thank you very much, Claude! Seems this is what I need. I will take a closer look tomorrow, if something will be unclear, let you know, if not - make your answer best one.
Hi Claude. Seems still need your help on how to be with my dataSource object. I describe it below. Tried to do it with your example, but was unsuccessful because of my dataSource I think.
I mean the problem was because I use textField.tag to define a row and IndexPath for pickedCurrency. The was a mismatch between tag and row after deletion... Do you know how can I define the indexPath for selected cell and avoid using tag for it in textFieldDidBeginEditing?
Thank you very much, Claude! Seems this is what I need. I will take a closer look tomorrow, if something will be unclear, let you know, if not - make your answer best one.
Hi Claude. Seems still need your help on how to be with my dataSource object. I describe it below. Tried to do it with your example, but was unsuccessful because of my dataSource I think.
I mean the problem was because I use textField.tag to define a row and IndexPath for pickedCurrency. The was a mismatch between tag and row after deletion... Do you know how can I define the indexPath for selected cell and avoid using tag for it in textFieldDidBeginEditing?